Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space ENGINES1031 and version 2021.1

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:

  • JUnit 31, 4, and 5
  • TestNG2

Anchor
ut_framework_limitations
ut_framework_limitations
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.