- Created by SS Doc Editor on Sep 11, 2020
T oolbar
Button | Action |
![]() | New - Create a new Data Generator |
![]() | Verify the value returned by the selected Data Generator |
![]() | Delete the selected Data Generator |
Create Data Generator T oolbar
Button | Action |
---|---|
![]() | Save the Data Generator and close this window |
![]() | Save the Data Generator and create a New one |
![]() | Verify the value returned by the Data Generator |
Help Boxes
Data Generator Types | Data Generator Type determines See Also: |
Create a Data Generator | To Create a Data Generator: See Also: |
Data Generator Properties
Property | Description |
---|---|
Name | The Data Generator name |
Type | The Data Generator type |
Min Value | The minimum generated value |
Max Value | The maximum generated value |
Format String | A string specifying a format of presenting a value. For details about different data type Formats, check "Formatting Types" in .NET |
Description | The Data Generator description |
Min Length | The minimum number of characters in the generated word |
Max Length | The maximum number of characters in the generated word |
Constant Text | A constant string |
Type | Select Random to generate random integers between the Min Value and Max Value. Select AutoIncrement to generate sequential integers starting from the Min Value; after the Max Value is reached, the next integer is the Min Value |
When To Evaluate | Select On-iteration to generate a new value on every iteration (default). Select On-request to generate a new value on every request. Select On-read to generate a new value for every recorded value being replaced. |
Concatenate Expression | A string xxx{0}yyy specifying how to concatenate the generated value surrounded by the constant prefix string xxx and suffix string yyy |
- No labels
Overview
Content Tools