Automation Guide
Action-based testing language
TestArchitect Automation Classes
Engine class methods
The requested page is not available for selected version.
MarkLine
Syntax
integer MarkLine (string mark)
Description
Bookmark the line for future reference
Parameters
mark
A name to assign to the line.
Return Value
Return 1 if the call is successful; otherwise, 0.If unsuccessful, the diagnostic functions can be used to get more details.
Notes
- The functions MarkedLineArgument and MarkedLineNamedArgument can be used to access arguments from the marked line.