Jtest DTP Engine 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: The following table describes detailed support for testing frameworks: Test methods annotated with XML reports (JUnit format only) will be processed.Framework Supported Not supported JUnit 3 Test classes directly extending junit.framework.TestCase
with test*
methods.junit.framework.TestCase
and providing static suite()
methods, regardless of test name changes.junit.framework.TestCase
with the runTest()
method.JUnit 4 Test methods annotated with @org.junit.Test
annotation.@org.junit.runners.Parameterized.Parameters
@org.junit.experimental.theories.Theory
TestNG @org.testng.annotations.Test
annotation.@org.testng.annotations.DataProvider
@org.testng.annotations.Test annotation
@org.testng.annotations.Factory
Visit the Parasoft Marketplace (http://marketplace.parasoft.com) for additional unit test tool integrations.