Skip to content

Associating the Test Data with Your Automation

Test data can be associated at two levels:

  • Case Level – The test data applies to a specific Case only.
  • Suite Level – The test data applies to all Cases within the Suite.

How to Associate Test Data to a Case?

To associate the defined test data to your automation, follow these steps:

  1. Open the Automation Project and navigate to the Case where test data is needed.
  2. Right-click the Case name and select Association/Disassociation Input Data.

scrn-associate-test-data-to-a-case-right-click

  1. A pop-up appears with a list of all previously created Test Data in the selected automation.

scrn-list-of-all-previously-created-test-data

  1. Select the required test data by clicking the radio button next to its name.
    • Example: If using the test data for employee details, select “Employee Test Data” from the list.
  2. Click the Association button to link the test data to the Case.

scrn-list-of-all-previously-created-test-data-select-radio-btn

  1. A notification will appear in the top-right corner confirming the association. Additionally, a test data icon test-data-icon will appear next to the Case under Action in tabular view, indicating that test data has been successfully linked.

scrn-test-data-successfully-linked

  1. Click on the Test Data Icon to navigate to the Manage Test Data page. Here, you can:
    • Verify the associated test data.
    • Modify the test data if needed.

Note: You can disassociate an already associated test data by clicking the Disassociate button on the Manage Test Data page.

How to Associate Test Data with a Suite?

  1. Open the Automation Project and navigate to the Suite where test data is needed (e.g., Enter Command Suite).
  2. Locate the Suite and click the three-dot menu three-dot-menu-icon under Actions.

scrn-associate-test-data-select-manage-suite-data

  1. Select Manage Suite Data. A pop-up appears, showing available test data.
  2. Select the required test data by clicking the radio button next to it.

Example: If associating User details, select “User Credentials Test Data”.

  1. Click the Association button.

scrn-select-user-credentials-test-data

A notification appears in the top-right corner, confirming the association:

scrn-associating-user-details-entity-updated-successfully

Note: You can disassociate an already associated test data by clicking the Disassociate button on the Manage Test Data page.

Back To Top