Skip to content
Testsigma DOCS

Test Data

Import Test Data Profile


This article explains how to import a Test Data Profile into Testsigma. With the folder structure enhancement, Test Data Profiles are organized under Features and Scenarios, so imported profiles are placed within that hierarchy.


Prerequisites

Before you begin, ensure that you have:


To import a test data profile, you need an XLSX file with data in a supported format. Below is an example of the data that an XLSX file should have.

NameDescriptionExpectedToFailUsernamePassword
Iteration1First valueYESusername1password1
Iteration22nd valueNOusername2password2
Iteration3Third valueYESusername3password3
Iteration4Fourth valueNOusername4password4
Iteration5Fifth valueYESusername5password5
Iteration6Sixth valueNOusername6password6
Iteration7Seventh valueYESusername7password7
Iteration8Eighth valueNOusername8password8
Iteration9Ninth valueYESusername9password9
Iteration10Tenth valueNOusername10password10

The following are the mandatory fields that should be present in the XLSX file.

  • Name: Name of the test data set that the corresponding row would contain.
  • Description: Description for that row of that test data.
  • ETF: This would be either ‘YES’ or ‘NO’, depending on whether you expect the test case to fail with this test data or you expect it to pass.

  1. From the left navigation bar, go to Test Data > Test Data Profiles, open the List View. navigate to test data profiles from left navigation bar & open list view

  2. Click Import. click import button on test data profiles page

  3. In the Select Location dialog, select the Feature and then the Scenario where you want to import the profile. The selected Scenario appears under Target Scenario at the bottom of the dialog. Target Location for TDP Import

  4. In the Import Test Data Profile dialog, select Browse File and choose the file to upload. browse and select file in import test data profile dialog

  5. Enter a Name for the test data profile, select the columns you want to encrypt, and click Import. click import to complete import of test data profile

A confirmation email is sent when the import completes. Refresh the Test Data Profiles page to see the imported profile in the folder tree.