$29
Unit Testing T-SQL Code with tSQLt -
Covering how and why to unit test, examples and potential pitfalls,...
TSQLt
tSQLt is a testing framework for SQL Server, that basically means it provides everything you need to write tests against your database. All the tests are written in T-SQL, which means that anyone working with SQL Server can write them and they are executed by a stored procedure. One can stay working in SQL Server Management Studio without a need to context switch to another tool to write or execute your tests.
This tag is listed under
Quality Assurance & Testing
Community
IT Courses
Quality Assurance & Testing
IT Blogs & Reviews
Why Using Fake APIs for Testing Isn't Worth Your Time |
Cassy on 06 December 19
Why Using Fake APIs for Testing Isn't Worth Your Time Fake application programming ...
Making the Case for a Career in IT |
Jesse on 21 March 19
Whether you’re a college student looking to get started in a promising career ...
5 In-Demand Soft Skills of IT Professionals Every Emplo... |
Jessica on 25 February 19
Those in IT have a stigma of being introverted and not being the "people person" type. ...
5 Software Testing Challenges Expected In 2019 |
Ray on 31 December 18
Latest technologies and the increasing need to adjust new development techniques will ...
Why Do We Implement Ethical Hacking ? |
Rohit on 12 December 18
While looking at hacking what do we will in general envision? An outlined figure in ...
Introduction to OOP’S Concept in Selenium |
Sivaprasad on 06 December 18
OOPS concepts:-[object oriented program] It is having below concepts 1) class & ...