Skip to content

Defining the Test Data in HuLoop

  1. Login to your HuLoop Account.
  2. Open the Automation project you are working on.
  3. Expand the Data option and select Manage Automation Scripts:

v7_mtd_expand_data

v7_mtd_select_manage_test_data

  1. You will see the Manage Test Data page:
Manage Test Data Page
Manage Test Data Page

To define the test data, follow these steps:

On the Manage Test Data page:

  • Enter a Name for the test data in the Name field.
  • Keep the Environment Name value as default.
  • Keep the Execution Mode to Sequential.
  • In the Test Data text area, define your test data using key-value pairs.

For example, if you need to define the following test data for employee details:

table-test-data-for-employee-details

You should define it in HuLoop Test Data Format as shown:

EmployeeID=101
Name=John Smith
Department=HR
Salary=60000
Joining Date=23-09-2022

Note:

  • Avoid using commas in numerical values (e.g., Salary=60000 instead of Salary=60,000), as commas are interpreted as separators for multiple values.
  • If you need to include a comma within a value, enclose the entire value in double quotes (e.g., Address=”123, Main Street, NY”).
  1. Click Save to store the test data.

v7_mtd_define_test_data

You can modify test data in the following ways:

  1. Modify Test Data in Plain View
  2. Modify Test Data in Grid View
  3. Modify Test Data by Importing an Excel File

Modify Test Data in Plain View

  1. Go to the Manage Test Data page and you will see a list of test data (if any) under the Manage Test Data section, as shown.
Manage Test Data Page
Manage Test Data Page
  1. Click the desired test data name. It will appear in the Test Data section at the bottom of the screen:
Modifying Test Data in Plain View
Modifying Test Data in Plain View
  1. Modify the values as needed.
  2. Click Save to apply the changes.

Modify Test Data in Grid View

  1. Go to the Manage Test Data page and click the test data name you want to modify. It will appear in the Test Data section at the bottom of the screen.
  2. Click Grid View to display the data in a table format.
Grid View: Manage Test Data
Grid View: Manage Test Data
  1. Each variable appears as a column header, with values as row entries.
  2. Click on the variable value and it will become editable. Make the changes and click Save button.
Modifying Test Data in Grid View
Modifying Test Data in Grid View
  1. Click the three dots next to a row to insert or remove a row.
Add/ Remove a Test Data Row
Add/ Remove a Test Data Row
  1. Click the three dots next to a column name to rename, delete, or insert a new column.
Rename/ Delete/ Insert a new column in Test Data
Rename/ Delete/ Insert a new column in Test Data

Modify Test Data by Importing an Excel File

  1. Create an Excel file containing test data formatted like Grid View (column names as variables and row data as values).
Sample: Excel File Containing Test Data
Sample: Excel File Containing Test Data
  1. Go to the Manage Test Data page.
  2. Click the upload icon next to the test data name you want to modify.

v7_mtd_upload_icon

  1. You will see a pop-up to upload the Excel file.
Import Test Data Pop-Up
Import Test Data Pop-Up
  1. After a successful upload, verify the test data in Plain View or Grid View by clicking the Test Data name.
Updated Test Data
Updated Test Data

How to Download Test Data as Excel File?

  1. Go to the Manage Test Data page.
  2. Click the download icon next to the test data name you want to download as excel file.

v7_mtd_download_test_data_as_excel

  1. The Excel file will get downloaded in your Downloads folder.
  2. You can save the test data Excel file with an appropriate name and store it in a preferred location on your computer.

How to Delete Test Data?

  1. Go to the Manage Test Data page.
  2. Click the delete icon next to the test data name you want to delete.

v7_mtd_delete_test_data

Last updated: Sep 16, 2025
Back To Top