...
In the next step, you will execute your tests using the new test configuration from the command line. But order for Parasoft link the test results with the coverage information, you will need to create a properties file and specify the build ID used to create the static coverage file. The simplest way is to export the properties referenced by the SOAtest desktop.
- Choose Parasoft> Preferences from the SOAtest menu.
- Click the share link on the Parasoft page.
- Specify a name and location to export the settings file.
- Enable any settings you want to include in the file and click OK.
- Open the exported file and add the following properties:
report.coverage.images
- Specifies a set of tags that are used to create coverage images in DTP. A coverage image is a unique identifier for aggregating coverage data from runs with the same build ID. DTP supports up to three coverage images per report.session.tag
- Specifies a unique identifier for the test run and is used to distinguish different runs on the same build.build.id
- Specifies a build identifier used to label results. It may be unique for each build, but it may also label several test sessions executed during a specified build.
- Save the changes.
...