Tab
Clicks or activates the Tab identified by cField.
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 |
Tab |
| cField |
A string used to uniquely identify the Tab field to be acted on |
| cValue |
Not Used |
| cTiming |
A string to identify this transaction for recording the pass/fail status or responce time |
| cExpect |
(Optional) The expected text in the new tab screen 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 |
| CreateCustomer |
1 |
Tab |
DOBField |
1977-12-06 |
Enter Tab Of Birth |
1977-12-06 |
Logout |