sql server - Are there any automated white box testing tools for T-SQL stored procedures and/or functions? -


I was wondering if there are any tools that analyze T-SQL stored procedures and tasks (instead of managed code) Order to generate meaningful and interesting input values ​​for Parameterized unit tests.

afaik, no I'm never coming near one and looking at each other Failed to throw (I came to this topic)

I can only suggest that there are semi-optical devices:
- test framework for TSQL
- Automatic testing For data generation

Or, just write the test in NUnit You can create a basic data access layer (eg.) In .NET, each method wraps a call with the same parameter to pass through a different sproc. You can then use a tool like Pex on that Data Access Layer - a type of proxy approach


Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -