Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

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

  1. Navigate to All > DevOps > Integrations > Test Type Mappings and create a record to map the test type to the integration tool.

  2. In the Test Type Mapping record, use the search icon (

Image omitted: dev-ops-search-icon.png
Search icon\) to select **Test type** and **Tool integration** field values.
Image omitted: dev-ops-test-type-mapping.png
DevOps test type mapping
  1. Click the search icon (
Image omitted: dev-ops-search-icon.png
Search icon\) in the **DevOps Entity Id** field, and fill in the test details.
Table nameDevOps table name that contains the entity linked to the test results.
DocumentName of the entity specified in the selected table.
Image omitted: dev-ops-test-map-entity-id.png
DevOps test mapping entity id
See the [Test type mapping](dev-ops-test-tool-integration.md) section for more details.
  1. 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.

  2. Run the test and view test results by navigating to DevOps > Test Results (Test Summaries and Performance Test Summaries).

Image omitted: dev-ops-test-results-summary.png
DevOps test summaries

Example

Image omitted: dev-ops-test-scripted-pipeline.png
DevOps test scripted pipeline

Parent Topic:DevOps test tool integration