How can Jtest leverage my existing JUnit tests?
Parasoft Jtest can leverage your existing test cases in a couple of ways.
First, during test execution Jtest will automatically detect your existing JUnit tests, and provide a combined report for all the tests executed. This report will include comprehensive code coverage calculations and all exceptions found.
Second, Jtest allows you to easily extend your existing tests to cycle through ranges of data values, test for both positive and negative boundary conditions, and test for desired input/output values.
First, during test execution Jtest will automatically detect your existing JUnit tests, and provide a combined report for all the tests executed. This report will include comprehensive code coverage calculations and all exceptions found.
Second, Jtest allows you to easily extend your existing tests to cycle through ranges of data values, test for both positive and negative boundary conditions, and test for desired input/output values.
Tagged:
0