Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2026.1

...

  • Jtest: Be sure both jtest.agent.enableMultiuserCoverage and jtest.agent.autoloadMultiuserLibs are enabled in the agent.properties file.
    • Note: When jtest.agent.enableMultiuserCoverage is 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.
  • dotTEST: Invoke the agent with the command agent_client.exe -multiuserBe sure multiUser is 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.

Image Added

Configuring Coverage Agents to Track Impacted Manual Tests
Anchor
ImpactedTests
ImpactedTests

...

  • Jtest: Enable jtest.agent.appLocationIncludes and (if applicable) jtest.agent.appLocationExcludes in 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 appLocationIncludes and (if applicable) appLocationExcludes in 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.