Software AG Products 10.7 | Unit Test Framework | Code Coverage Analysis | Coverage Analysis in Headless Mode
 
Coverage Analysis in Headless Mode
The Test Suite Executor (see Creating a Test Suite Executor ) provides the Ant build file run-composite-runner.xml with necessary tasks and properties to start a test. Use the task composite-runner-all-tests for headless test execution to generate code coverage analysis report.
Specify the following properties:
Name
Description
webMethods.test.setup.profile.mode
Sets to Coverage to generate coverage report. Set to None for regular test execution.
webMethods.test.scope.packages
Specifies the list of comma separated target Integration Server package names. This Defines the full scope for the coverage analysis and percentage calculation.
Example: SampleTestSuite,SampleTestSuite1