.Net Testing Tools
Testing Tools refers to the variety of automated tools designed to accomplish such objectives as capture/playback, test data generation, change management, date simulation, test planning/management and problem management/tracking.
From : www.olenick.com/html/glossary.html
NMock
NMock is a dynamic mock object library for .NET. Mock objects make it easier to test single components often single classes without relying on real implementations of all of the other components. This means we can test just one class, rather than a whole tree of objects, and can pinpoint bugs much more clearly. Mock objects are often used during Test Driven Development.
visit
NMock
NMock was visited : 185 times
Loading .....