The project moved to GitHub, https://github.com/aevdokimenko/tsqlunit
TSQLUnit is a framework to write tests for applications written in Transact-SQL. It follows the tradition of the "xUnit" framework that is available for almost all programming languages.
Features
- Simple, lightweight and straightforward.
- Can be used in complex scenarios.
- Includes unit tests in Python.
License
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow TSQLUnit unit testing framework
Other Useful Business Software
Passwordless Authentication and Passwordless Security
It’s no secret — passwords can be a real headache, both for the people who use them and the people who manage them. Over time, we’ve created hundreds of passwords, it’s easy to lose track of them and they’re easily compromised. Fortunately, passwordless authentication is becoming a feasible reality for many businesses. Duo can help you get there.
Rate This Project
Login To Rate This Project
User Reviews
-
I love this tool when working in sql server writing stored procedures! Except, I would like to expand the naming scheme for the test cases to include use case name which is really just your asp.net web page name addCustomer.aspx and have a three part nameing scheme a la Roy Osherove The Art Of Unit Testing...
-
Pretty good. I like it better than SQL Test because it has no encrypted code or proprietary CLR assembies. It's very small.
-
Very easy to use and very useful.
-
Lightweight, easy to install and uninstall. The best way to do TDD in T-SQL.
-
Great tool for adding sql unit testing. We used it to add unit tests to an existing database application.