JUnit is a software testing framework for unit testing.
It is written in Java and designed to test Java applications.
It is an Open Source Software maintained by the JUnit.org community.
JUnit is a simple, open source framework to write and run repeatable tests.It is an instance of the xUnit architecture for unit testing frameworks.
JUnit is mostly used by developers. JUnit is designed for unit testing, which is really a coding process, not a testing process. But many testers or QA engineers, are also required to use JUnit for unit testing.
It is written in Java and designed to test Java applications.
It is an Open Source Software maintained by the JUnit.org community.
JUnit is a simple, open source framework to write and run repeatable tests.
JUnit features include:
- Assertions for testing expected results
- Test fixtures for sharing common test data
- Test runners for running tests
JUnit was originally written by Erich Gamma and Kent Beck.
JUnit is mostly used by developers. JUnit is designed for unit testing, which is really a coding process, not a testing process. But many testers or QA engineers, are also required to use JUnit for unit testing.
No comments:
Post a Comment