I tried to test SQL Server database stored procedures (write tests like unit) using the Visual Studio 2010 testing tool, but this is very inconvenient.Is there another convenient tool for checking database stored procedures?
Drop TSQLUnit for an open source application that uses SQL Server unit testing. And a few more test applications for SQL Server listed on this page.
We use NUnit and have written our own library in C #. Works well for us, and here are some articles where we described the approach: Close these Loopholes - Play database errors
Source: https://habr.com/ru/post/893987/More articles:Oracle wait events: what do you interpret db file scattered / sequential? - oracleCan I prevent the submit button from being sent before loading the DOM? - jqueryhow to add meta box to wordpress pages - wordpresssetjmp and longjmp - understanding with examples - linuxActiveRecord query for has_many: via model - activerecordGet wkhtmltopdf for recognizing a custom font folder - fontsIs reflection required if I use "if (android.os.Build.VERSION.SDK_INT> = 11)" - androidHow to stop the IDE window from maximizing when starting an application in Delphi 2010 - idemvc 3, jquery ajax authentication and forms - jqueryWhen you change the layout resource with the same name, just another screen identifier - androidAll Articles