Test configurations are collections of settings that determine how tests are executed and reported. Test configurations are defined in .properties files located in the <INSTALL>/soavirt/WEB-INF/configs directory. Edit these settings to customize test execution.
...
See SOAtest Test Configuration Settings for additional information about test configurations.
...
In this section:
Table of Contents | ||
---|---|---|
|
...
This setting enables/disables the "Test Traffic [All Tests]" section in the API coverage report. The section contains traffic for all test executions, whether or not the tests were successful. Set this property to true
to include the Test Traffic [All Tests] section in the report. Default is true
.
...
Also see Reviewing API Coverage Results.
Example
com.parasoft.xtest.execution.api.web.report_successful_traffic=true
...
This setting determines if coverable resources from the service definition are included in the API coverage report
...
(see API Coverage - Overview for information about coverable resources)
...
. If a constrained SOAP Client, REST Client, or Messaging Client tool touches a coverable resource, coverage information will be associated with the appropriate resource/operation. The following service definitions are supported:
...
Coverage can be calculated in addition to, or instead of, the automatically-calculated coverable resources.
...
Also see API Coverage - Overview.
Default is false
.
com.parasoft.xtest.execution.api.web.service_coverage_table
...