...
- Jtest: Be sure both
jtest.agent.enableMultiuserCoverageandjtest.agent.autoloadMultiuserLibsare enabled in the agent.properties file.- Note: When
jtest.agent.enableMultiuserCoverageis enabled, jtest-otel-ext.jar and opentelemetry-javaagent.jar will be automatically loaded from the agent.jar directory. All three are included in the coverage agent download and should be deployed to the same directory when the coverage agent is installed.
- Note: When
- dotTEST: Invoke the agent with the command
agent_client.exe -multiuserBe suremultiUseris enabled in the agent.config.json file.
See Application Coverage for more information about configuring coverage agents.
...
If this header is not injected, you will not capture any coverage data. You can inject this header using a browser extension. The screenshot below shows the header injected in a Chrome browser with such an extension.
Configuring Coverage Agents to Track Impacted Manual Tests
| Anchor | ||||
|---|---|---|---|---|
|
...
- Jtest: Enable
jtest.agent.appLocationIncludesand (if applicable)jtest.agent.appLocationExcludesin the agent.properties file and configure them appropriately. See Jtest Coverage Agent settings for more information about Jtest coverage agent parameters. - dotTEST: Run agent_client.exe with the following arguments. See Enable
appLocationIncludesand (if applicable)appLocationExcludesin the agent.config.json file and configure them appropriately. See dotTEST Coverage Agent settings for more information about running agent_client.exe. -appLocationInclude <PATH_TO_APPLICATION>: Required. Specifies the location of application files for the application being tested manually. Use multiple arguments to specify multiple locations, if necessary (for example, when application files do not all reside in the same directory).
-appLocationExclude <PATH_TO_APPLICATION>: Optional, but recommended. Specifies the location of files that are within a directory indicated in an -appLocationInclude argument but do not need to be considered when determining what manual tests are impacted by code changes. Excluding these files can greatly decrease the time needed to analyze files for changes. Use multiple arguments to specify multiple locationsdotTEST coverage agent parameters.