Comments
1 comment
-
Hi Eric,
Sorry for the slight delay in getting back to you. SQL Test utilises the tSQLt framework and provides a UI in SSMS to make it easier to manage your unit tests. It also provides a set of static analysis tests to help detect issues with your database.
Unfortunately there is no test automation - for that you would have to include a Test step as part of a continuous integration process using SQL CI (http://documentation.red-gate.com/displ ... st+command)
Add comment
Please sign in to leave a comment.
What does "SQL Test" give me on top of tSQLt?
I have seen the UI in SSMS, which is quite cool.
Does it help with automating tests?
Like running all tests overnight and having an email sent to developers if one fails?