SQL Server自动化测试框架 Slacker

码农软件 · 软件分类 · 测试工具 · 2019-11-24 17:12:00

软件介绍

Slacker 是一个RSpec为基础的SQL Server 2005和2008开发自动化测试框架,支持存储过程,标量/表函数,触发器等。

describe 'Get_Top_Customers' do
  it 'ranks customers using the "Avg Weighted Days to Pay" ranking method' do
    # Preload test data
    load_csv('customter_seed_data.csv', 'dbo.Customer')
    # Run stored procedure Get_Top_Customers and match resultset against expected results
    sql.get_top_customers(:limit => 5).should match('expected_results.csv')
  end
end

本文地址:https://www.codercto.com/soft/d/19705.html

The Science of Programming

The Science of Programming

David Gries / Springer / 1989-4-21 / USD 99.00

Describes basic programming principles and their step-by- step applications.Numerous examples are included.一起来看看 《The Science of Programming》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具