testing

There are 2 entries for the tag testing
  • Testing and guarantee of quality with VSTS - Presentation Materials

    Here you can download the presentation (in spanish) of the talk "Testing and guarantee of quality with Visual Studio Team System" ("Testing y garantía de calidad con Visual Studio Team System") that I did in Microsoft Argentina HQ together with Diego Gonzalez and Soledad Pano. Technorati tags: Visual Studio Team Foundation, Testing, Agile

  • Mock Data Provider

    Many times it is necessary to be able to test each layer of an application individually. This task becomes specially difficult with the data access code and the unit tests since is complex to assure the results of the tests if each developer doesn't have a private database. To solve this problem I have developed a ADO.NET Data Provider that allows to test the data access code without accessing to the database. The Mock Data Provider has two operation modes: In the "recording" mode it acts of Proxy against another ADO.NET Data Provider and it records the results of all the executions against...