Posted on November 24, 2008 by Imran Aziz
According to Wikipedia
‘Integration testing’ (sometimes called Integration and Testing, abbreviated I&T) is the phase of software testing in which individual software modules are combined and tested as a group. It follows unit testing and precedes system testing.
Integration testing takes as its input modules that have been unit tested, groups them in larger aggregates, [...]
Filed under: .net development | Tagged: .NET testing, Integration Testing, nunit, unit testing | Leave a Comment »
Posted on September 11, 2008 by Imran Aziz
Class library are a bit harder to debug compared to dialog based or command line based application. After deciding to use NUnit I was using a dialog based application to instentiate my class library debugging, however there is a much easier way of doing that
1) Create class library with unit tests
2) Take properties of the [...]
Filed under: .net development | Tagged: class library debugging, debugging, nunit, testing, unit tests, visual studio | Leave a Comment »