Welcome to MSDN Blogs Sign in | Join | Help

Just Coding

Spanish Developer Bits

November 2006 - Posts

Testing with VS2005 Demo
Today's workshop was based on a demo to show all the vs features about testing, it covers: Unit Tests (With MockObjects) Integration Tests (Using ASP.Net Host) Functional Tests (With Web Tests) Load Tests (With testcontrollers and test agents) I've packed Read More...
My Workshop about testing
Tomorrow I will be talking about Testing with VS2005, here is my presentation: http://blogs.msdn.com/rido/attachment/1156243.ashx If you are interested in the code samples, please let me know and I will send you the latest version Read More...
Mocking SQLException
I'm working on a presentation about Testing, and one of the technics I would like to show is MockObjects. One of the mock objects I want to create is a DataAccess Layer, and this one should throw SqlExceptions, however the SqlException class is sealed Read More...
Page view tracker