What does "SQL Test" give me?
EricLeBouffon
Posts: 4 New member
I am evaluating tSQLt as well as "SQL Test".
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?
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?
Comments
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)
Redgate Software