- 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
NumberFunctions Function Type
NumberFunctions function type allows you to perform mathematical operations on numerical data. It enables you to generate unique and random numbers through various functions, such as custom calculations, sequences, and random values. This type helps you create diverse data sets with numerical results.
Prerequisites
Before you begin, ensure that you have referred to:
Selecting NumberFunctions 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 NumberFunctions from the Function Type dropdown list.

NOTE:
This action will display a list of built-in functions associated with the NumberFunctions function type, enabling you to select the appropriate function based on your requirements.
Custom Calculation
- Allows you to perform mathematical operations based on a given expression.
- You can use various test data types to create dynamic calculations, such as plain text, parameters, runtime, and environment variables.
ℹ️Examples:
| Inputs | Outputs |
|---|---|
| Test data: 12+8 | 20 |
| Test data: @|param1| * @|param2| (eg: @|param1| = 6 and @|param2| = 4) | 24 |
| Test data: $|runtimeValue|-15 (eg: runtimeValue = 40) | 25 |
| Test data: 35+15 | 50 |