Yesterday I posted a way to do negative DB unit testing . Essentially you wrapped your negative case in a TRY/CATCH block in SQL. There is another way to do this that is a little bit more work but, in my opinion, a little bit more correct. In the example
Read More...
Rescently I began using VS testing facilities to create test cases. Its pretty nice, but there is one thing that bothered me when I discovered it wasn't in the UI. Here is the case: You add a new database unit test to your project. You open the designer
Read More...
Here is a little 'feature' I hit while building some database unit tests in Visual Studio. The symptom is you get a message that says something along the lines of: The item "obj\Debug\DbTestPrj.testName.resources" was specified more than once in the "Resources"
Read More...