Configure a test tool in DevOps
Configure a test tool in DevOps to view unit, functional, and performance test results.
Before you begin
Role required: sn_devops.admin
Procedure
Navigate to All > DevOps > Integrations > Test Type Mappings and create a record to map the test type to the integration tool.
In the Test Type Mapping record, use the search icon (
Search icon\) to select **Test type** and **Tool integration** field values.
DevOps test type mapping
- Click the search icon (
Search icon\) in the **DevOps Entity Id** field, and fill in the test details.
| Table name | DevOps table name that contains the entity linked to the test results. |
| Document | Name of the entity specified in the selected table. |
DevOps test mapping entity id
See the [Test type mapping](dev-ops-test-tool-integration.md) section for more details.
To capture the raw test payload of non-JUnit or -TestNG tests, enter an .xml filename and path (comma separate multiple files).
You can transform a raw payload using decision tables and a custom Workflow Studio subflow.
Note: You must create the custom subflow that transforms the raw payload.
See the Transforming a raw test payload section for more details on configuring decision tables.
Run the test and view test results by navigating to DevOps > Test Results (Test Summaries and Performance Test Summaries).
DevOps test summaries
Example
DevOps test scripted pipeline
Parent Topic:DevOps test tool integration