JTExpert is a software testing tool that I have developed to automatically generate a whole test suite towards satisfying the branch coverage criterion on a given Java class. JTExpert is based on some sophisticated techniques of search based software testing. It is able to achieve a high code coverage comparing to the state of the art. JTExpert is available as an executable jar file. It takes as inputs a Java file (.java) or a Java project directory and for every class under test automatically produces a test-data suite in JUnit format.
Downloads
|