Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

How to show API Coverage in CTP's HTML Report with SOAtest WAR Deployment

Options
whaaker
whaaker Posts: 59
edited December 2018 in CTP

At the time of writing this post, I'm using CTP 3.1.2. If you would like the HTML Report displayed by CTP to show API Coverage and you are using the SOAtest/Virtualize WAR deployment, you can do this as so:

  1. Navigate to [WAR deployment's installation directory]/WEB-INF/configs/builtin
  2. Edit the 'Run Automated Server Tests.properties' file
  3. At the bottom, uncomment the first two lines after "# configure API Coverage" and then set them to true like so:
    com.parasoft.xtest.execution.api.web.perform_service_coverage_calculation=true
    com.parasoft.xtest.execution.api.web.coverage_ref_by_tests=true