Step
Calling Step in a Step Sequence allows you to call another Step Sequence as a sub Step Sequence, when the new/sub Step Sequence finishes then the frame work will return to the current step sequence at the next step.
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 |
Step |
cField |
The ID used to uniquely identify the Step Sequence to be called |
cValue |
The name of the data sheet containing the Step Sequence to be called |
cTiming |
The path to the folder containing the data sheet that contains the Step Sequence to be called |
cExpect |
Not Used |
cOnError |
Not Used |
Example usage:
iID |
iSeq |
cStepType |
cField |
cValue |
cTiming |
cExpect |
cOnError |
Seq001 |
1 |
Step |
Login |
|
|
|
|
Seq001 |
2 |
Step |
BusProcess1 |
|
|
|
|
Seq001 |
3 |
Step |
BusProcess2 |
|
|
|
|
|
|
|
|
|
|
|
|
Login |
1 |
Text |
UserName |
MyUserName |
Enter UserName |
|
|
Login |
2 |
Text |
Password |
MyPassword |
Enter Password |
|
|
Login |
3 |
Button |
|
Login |
Click Login |
Welcome Users Name |
LoginFailedSequence |