You can generate fabricated test data in Test
by using the history of
existing data definitions. This approach supports better collaboration by allowing multiple
team members to work with consistent test data at different stages of the
project.
You must have completed the following tasks:
Note: If a project member has generated a test data from a data
definition, then the other project members can view the generated test data only
when the changes are pushed to the repository.
-
Log in to Test.
The Projects page of the initial team space is
displayed.
-
Click to open the project that contains the test assets.
The Overview page of the project is
displayed.
-
Click .
The Data page and the data navigator panel are
displayed.
-
Select the branch from the Branch list.
The navigation panel displays all the existing projects in the selected
branch.
-
Find the data definition that you want to use for regenerating test data, and
then click it.
Note: You can either enter the name of the data definition
in the Search field or expand the project and
manually search in the data navigator panel.
The selected data definition opens in the Data
page.
-
Click the History tab.
A list of all the previously generated test data are displayed, along with the
following information:
- The month, date, and year of the generated test data.
- The status of the download action that indicates whether the data
generation was successful or failed.
- The number of rows in the generated test data.
- The initials of the project member who downloaded the generated test
data.
-
Perform the following actions in the History tab:
- Find the required test data.
-
Optional: Click the Preview icon
to preview the test data before
regeneration.
The test data is generated in the preview dialog.
Note: You can preview the previosuly generated
test data to ensure whether the data is in the expected format. You
can have a glimpse of the regenerated test data that can help you to
identify any potential issues, inconsistencies, or errors in the
data definitions.
-
Click the Generate icon
.
The Generate data dialog is displayed.
Note: If you are in an Edit branch, then you can
access the
Generate icon

from the preview dialog only if the data definition is saved.
-
Perform the following actions in the Generate data
dialog:
- Enter a name in the Name field to identify the
test data when generated.
- Enter the number of rows that you want to generate in the
Number of Rows field.
-
Optional: Enter the seed value in the
Seed field.
Whenever you generate test data to perform application testing, the
generated data is different. You can produce the same set of data
multiple times by setting the seed value.
For example, assume that you have used the seed value as
1 to generate test data from a data
definition. When you want to create another test data with the same
set of values, then you can provide the seed value as
1 during the creation of the test
data.
- Clear the Include headers option if you do not
want to include headers in the generated test data.
- Click the Download option to initiate the
generation of the test data.
The generated test data is downloaded into your local file
system as a Comma Separated Values (CSV) file.Note: You can use
other applications that support viewing or editing of the CSV files. You must ensure
to apply the relevant formats to the fields to view the correct format of the
generated test data.