Configure a test tool in DevOps

  • Release version: Australia
  • Updated March 12, 2026
  • 1 minute to read
  • 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 (Search icon) to select Test type and Tool integration field values.
      Figure 1. DevOps test type mapping
      DevOps test type mapping
    3. 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.

      Figure 2. DevOps test mapping entity ID
      DevOps test mapping entity id

      See the Test type mapping section for more details.

    4. Optional: 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.

    5. Run the test and view test results by navigating to DevOps > Test Results (Test Summaries and Performance Test Summaries).
      Figure 3. DevOps Test Summaries example
      DevOps test summaries

    Example

    Figure 4. Scripted pipeline example with test configuration
    DevOps test scripted pipeline