hai,
Is there any tool is used in unit testing?
Thank u:-)
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Dharmendra GaurPosted Feb 10, 2011, 12:17 AM
Unit Testing Tools:
- JUnit (for Java application)
- NUnit (for .net application)
- DbUnit (for database testing)
- HttpUnit
- AspUnit
- CsUnit
- MSTest
With the latest release of Visual Studio 2008/2010, Visual Studio Team System (VSTS) Test Edition comes with a full suite of functionality. VSTS Test Edition is a Visual Studio integrated unit-testing framework that enables:- Code generation of test method stubs.
- Running tests within the Visual Studio IDE.
- Incorporation of test data loaded from a database.
- Code coverage analysis once the tests have run.
VSTS Test Edition includes a suite of testing capabilities not only for the developers, but for test engineers as well.Divya SaxenaPosted Feb 18, 2011, 7:36 AM
You can use , Visual Studio 2008/2010 Test Edition. this is a good tool.
you can also find different articles for this VSTS in the same site.
http://www.c-sharpcorner.com/Articles/ArticleListing.aspx?SectionID=1&SubSectionID=174
krithika muthukrishnanPosted Jan 13, 2011, 4:13 AM
send me the website or link for viewing the detailed description of unit test tool
Subhendu DePosted Jan 13, 2011, 1:14 AM
nUnit
These are two popularly used unit test tool.....
Other than that, go to codeplex, you will find several unit test framework....