Jtest allows you to run unit tests created in open source unit testing tools and report results to DTP. The following unit testing tools are currently supported:
1 Jtest supports classes that directly extend junit.framework.TestCase
with test*
methods, unless they provide static suite()
methods ( regardless of the test name change) or the runTest()
method.
2 Jtest supports test methods annotated with @org.testng.annotations.Test
. The @org.testng.annotations.DataProvider
and @org.testng.annotations.Factory
annotations are not supported. Jtest requires the JUnit format of XML reports – the TestNG format is not supported.
Visit the Parasoft Marketplace (http://marketplace.parasoft.com) for additional unit test tool integrations.