Concat Test Data


In Testsigma, users can concat test data, which combines multiple sets of test data. This article discusses how to concat test data.


Prerequisites

Before you begin, ensure that you have referred to:

  1. Documentation on creating a test case.
  2. documentation on creating a data generator.

Steps to Concat Test Data

  1. Navigate to Create Tests > Test Cases, and click on Create Test Case. Test Case
  2. To concat test data, we use the following NLP in our test case. NLP
  3. Click on test data1, and select Data Generator from the dropdown. Data Generator
  4. On ! Data Generators overlay, select StringFunctions as Function Type and Concat as Function. Concat
  5. Enter the first value in Testdata 1, click + Input Testdata to add another field, then enter the second value. Test data values
  6. Click Save. Save
  7. Click on test data2, choose where you want to store the test data from the dropdown and click Create Step. Storing Data
  8. After adding all the steps, execute the test case and validate the result.