Previous Topic: Running Server Components as ServicesNext Topic: Run DevTest Tests as JUnit Tests


Running DevTest Solutions with Ant and JUnit

You can execute DevTest tests as JUnit tests within the execution path of an Ant build.

This feature provides real automated build and test integration opportunities. You can leverage the flexibility of Ant and the simplicity of JUnit with the power of DevTest Solutions to meet the following automation needs:

Ant is a Java-based, open source automated software building tool. Ant is extended with support for many third-party tools, including JUnit. For more information, see http://ant.apache.org/.

JUnit is a Java-based, open source unit-testing framework. JUnit is widely supported by third-party testing tools, including DevTest Solutions. For more information, see http://www.junit.org.