UI Create Sample Project
To demonstrate concepts within the remaining lessons, we will be creating a sample Project with three Domains: User, Account, and Address. Each of these Domains will be created using Scratch Pad.
Step 1: Create a Project
A new Project must be created before the Domains can be created.
Step 2: Create the User Domain
The User Domain will have the following Attributes:
- firstName
- lastName
- middleInitial
- username
- password
Select the Project within the Project Dashboard and then expand the Add Domain drop-down menu. Next, select Scratch Pad.
The User Domain information will appear as shown below. Click the Create with Generators button.
Review the Attributes and click the Save button.
Select the NameGen Generator within the drop-down menu and click the Modify Generator Parameters button.
For the firstName Attribute, change the nameType Parameter to firstName and click Close.
Click Close within the Browse and Manage Attributes dialog window.
The completed User Domain is shown below:
Step 3: Create the Account Domain
Scratch Pad can be used to create the Account Domain as well. The steps will be identical except for making any changes to each Attribute’s assigned Generator and its Parameter configuration.
The Account Domain will have four Attributes:
- accountNumber
- accountType
- balance
- rewardLevel
The completed Account Domain will appear as shown below. Changes have been made to the default assigned Generators and their Parameter configurations.
Step 4: Create the Address Domain
Scratch Pad can be used to create the Address Domain as well. The steps will be identical except for making any changes to each Attribute’s assigned Generators and their Parameter configurations.
The Address Domain will have five Attributes:
- address1
- city
- state
- zipCode
- fullAddress
The completed Address Domain will appear as shown below. The default Generators and their Parameter configurations have been used for this Domain.
Completed Domains for the Default Project Version
Links:
How do I create a Test Data Project?
https://genrocket.freshdesk.com/a/solutions/articles/19000107645
How do I use Scratch Pad to quickly create a Domain?
https://genrocket.freshdesk.com/a/solutions/articles/19000099433