fbpx

Method ReportText

Reads the text from the object and reports into Test Results

Usage

Function ReportText( 
        Boolean AlternativeMethod [Optional]
)

Parameters

AlternativeMethod (optional)

Type: Boolean

Default value: False

Uses an alternative method to get text form an object. Set this parameter to true if the normal method does not provide adequate results

Returns

No return value

Example

VBScript

Application("Demo").View("DemoView").Object("DemoObject").ReportText
'Set alternative method to true
Application("Demo").View("DemoView").Object("DemoObject").ReportText true

JavaScript

Application("Demo").View("DemoView").Object("DemoObject").ReportText();
// Set alternative method to true
Application("Demo").View("DemoView").Object("DemoObject").ReportText(true);

Documentation Categories

benefits UI testing and rpa

ZAPTEST

Manual testing tools, vs. automation, checklists and more

FARM

LOAD