This extension was created by BertONeill@yahoo.com and allows you to auto-generate MS Unit Tests for your SQL Server database objects:
It will refactor your database objects, and determine the input & output parameters or if multiple datasets are returned. The boilerplate code is then generated inside the extension editor, which can be copied to the clipboard and then added to your MSTest class. There are also options, to load SQL scripts (data to test with for e.g.) before and after each test and at the start or end of the test sequence. |