Skip to content
| Marketplace
Sign in
Visual Studio>Tools>SQL Server - Auto Generate MSTests
SQL Server - Auto Generate MSTests

SQL Server - Auto Generate MSTests

Bert O'Neill

|
613 installs
| (1) | Free
Auto generate (C#) MSTests for your SQL Server database. Create the scaffolding unit test code for each database object you select: 1) Stored Procedures (inc. output parameters) 2) Scalar Functions 3)
Download

This extension was created by BertONeill@yahoo.com and allows you to auto-generate MS Unit Tests for your SQL Server database objects:

  • Stored procedures
  • Views
  • Computed Fields
  • Scalar & Inline Functions

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.

User Guide link

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft