资 源 简 介
Excellent management of test cases can make the testing process
efficient, and thus accelerates the software delivery. With the popularity
of the JUnit testing framework in Java software testing, developers
are aching for JUnit test case management aids in regression
testing of Java software. Typically, most existing tools are
based on the coverage information. However, coverage information
may need extra efforts to obtain. To make things easy, we present an
Eclipse IDE plug-in (named Jtop) for managing JUnit test cases in
absence of coverage information. Jtop statically analyzes the tested
program to perform automatic test case management including test
case selection, test suite reduction and test case prioritization. Besides,
Jtop enables the programmer to manipulate test cases manually
through graphical user interface.