Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

How can Jtest leverage my existing JUnit tests?

Options
LegacyForum
LegacyForum Posts: 1,664 ✭✭
edited December 2016 in Jtest
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.