What are the unit testing tools?
Unit testing tools
There are several automated tools available for unit testing. A few of the available unit testing tools are mentioned below.
- Junit - A testing tool used in the Java programming language. It claims to identify the test method.This tool first checks the data and then inserts it into the code piece.
- NUnit - It is an open source, widely used unit testing frame work in net languages. And also it supports data driven tests which can run in parallel.
- JMockit - It is an open source and automated testing toolkit for java, including mocking APIs and a code coverage tool.
- EMMA - An open source toolkit for analyzing and reporting code written in java.
Comments
Post a Comment