Runs JUnit Test cases and generate HTML report, keeps past run history
This tool pulls all JUnit testcases from the class path and run them all. After completion of test case execution it populates the result in database tables. A report tool fetch the result data from database and produce an HTML report.
Highlights of this tool
- No coding effort is required from developer to integrate existing JUnit test cases. They just need to put their test case folder to the class path
- Since it keep the test result data in a database, it can keep history of...