Text
Enters the text provided in the cValue column into the text field identified by cField, provided that the text field is currently empty, if there is an existing value it is left unchanged.
How each column is used:
Column Name |
Value |
iID |
The ID used to uniquely identify the current Step Sequence |
iSeq |
Optional/Purely cosmetic, only used to help you structure you step sequences |
cStepType |
Text |
cField |
A string used to uniquely identify the text field to be acted on |
cValue |
The value to enter into the text field |
cTiming |
A string to identify this transaction for recording the pass/fail status or responce time |
cExpect |
(Optional) The expected value of the text field at the completion of this step |
cOnError |
(Optional) A step sequence to execute if this step failed. |
Example usage:
iID |
iSeq |
cStepType |
cField |
cValue |
cTiming |
cExpect |
cOnError |
Login |
1 |
Text |
UserName |
MyUserName |
Enter UserName |
MyUserName |
|
Login |
2 |
Text |
Password |
MyPassword |
Enter Password |
|
|