TextFindReplace or TextFR
Gets the current value of the text field identified by cField as a text string, then performs a find replace action on the text string using the strings provided in the cValue column and overwrites the text field with the new string.
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 |
TextFindReplace or TextFR |
cField |
A string used to uniquely identify the text field to be acted on |
cValue |
The string to find and the string to replace it with separated by a pipe character ( |
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 |
TextR |
SummaryField |
Trumpeter Chet |
Set Summary Field |
Trumpeter Chet |
Logout |
Login |
2 |
TextFR |
SummaryField |
Chet |
Chet Baker |
Change Summary Field |
Trumpeter Chet Baker |