In this section:
Introduction
The Parasoft Findings Plugin for Bamboo is designed to integrate functional and unit test reports generated by Parasoft tools into your Bamboo project. It provides a Parasoft Report Parser task that converts Parasoft's XML reports into graphs to help you conveniently view the number of passed/failed tests and result details, as well as visualize test execution trending data in a graph. This task allows you to visualize test results from functional test reports generated by Parasoft SOAtest as well as unit test reports generated by Parasoft C/C++test, Parasoft dotTEST, and Parasoft Jtest.
Requirements
- Bamboo version 5.14 or later.
Adding and Running Parasoft Report Parser
- Add the task to your build job.
- Specify the Report location pattern. You can also enable the Pick up test results that were created outside of this build option in the Advanced settings if reports were generated before the build plan starts.
- Run a build plan and view test results in the test tab.
Viewing Results
After running the tasks, results will be available in the project plan home page. You can drill-down into the Test results page for additional information.
C/C++test Unit Test Results
C/C++test reports for unit test results must be generated with the Overview of checked files and executed tests option enabled. You can enable this option on the command line by setting the report.contexts_details=true
property in the settings file.