UFT Extensibility library 1.2
RecordLine Method
A text string. One or more lines of VBScript code to add to the test.
Description
Callback method to enable the Testing Agent to add a line of code to a test.
Syntax
Visual Basic
Public Sub RecordLine( _
   ByVal line As String _
) 
Parameters
line
A text string. One or more lines of VBScript code to add to the test.
Remarks
Using this callback method, the Testing Agent can add VBScript code to the test being recorded, in addition to test object method steps recorded using the Record method.
See Also