- Test Data Types
Raw
Parameter
Runtime
Random
Data Generator
Phone Number
Mail Box
Environment
Concat Test Data
Create Test Data Profile
Update Test Data Profile
Updating Value in TDP
Import TDP
Bulk Deletion of a Test Data Profile
Create Test Data [Environment]- data generators
Default Test Data Generators
Address Function Type
ChangeDataType Function Type
Company Function Type
DateFunctions Function Type
DomainFunctions Function Type
EmailFunctions Function Type
File Function Type
Friends Function Type
IdNumber Function Type
Internet Function Type
MailboxAliasFunctions Function Type
MailboxFunctions Function Type
Name Function Type
NameFunctions Function Type
Number Function Type
NumberFunctions Function Type
Phone Number Function Type
PhoneNumberFunctions Function Type
Random String Function Type
RandomText Function Type
StringFunctions Function Type
TestDataFromProfile Function Type
TestDataFromProfile Function Type
TestDataFromProfile functions enable users to retrieve specific test data from designated profiles, allowing for easy access and utilization of predefined datasets for testing purposes.
Prerequisites
Before you begin, ensure that you have referred to:
Selecting TestDataFromProfile as a Function Type for Data Generator
- Use NLP to create a new step in the test case and include a placeholder for test data.
- Click on the test data placeholder. From the Test Data Types dropdown menu, select the ! Data Generator option.
- On the ! Data Generators overlay screen, select the Type to Default. This will enable you to use a collection of built-in test data generators.
- Select TestDataFromProfile from the Function Type dropdown list.

NOTE:
This action will display a list of built-in functions associated with the TestDataFromProfile function type, enabling you to select the appropriate function based on your requirements.
Get Test Data by SetName
- Enables you to fetch test data by specifying the test data profile, dataset, parameter, and dataset index and returning corresponding data from the selected profile and dataset.
ℹ️Example:
| Input | Output |
|---|---|
| Profile: Customer Data Profile Dataset: Active Customers Parameter: Customer ID Data Set: 1 |
12345 |
| Profile: Order Data Profile Dataset: Pending Orders Parameter: Order ID Data Set: 2 |
67890 |
| Profile: Employee Data Profile Dataset: Current Employees Parameter: Employee ID Data Set: 3 |
54321 |
| Profile: Product Data Profile Dataset: Available Products Parameter: Product Code Data Set: 4 |
P001 |
Get Test Data by RowNumber
- Allows you to retrieve test data by specifying the row number within the profile and returning data from that row.
ℹ️Example:
- Input: None (This function does not require any specific input)
- Output:
- Neha Grant
- Vern Sanford
- Michael Johnson
- Sarah Davis