Text Checkpoint is used to check
text at any object for web or windows application.
We can configure the text at any
position, for details let’s see the example below.
Application used: Flight reservation.
Open the window as show below.
Record -> Insert ->
Checkpoints -> Text Checkpoint
The cursor will change to hand
icon and click on the above window.
Text Checkpoint properties window will open->
Press OK.
Window as below will open.
In Checkpoint summary ->
[Complex value] is being displayed, it can be configured using “Configure”
button.
Click on Configure button and a
new window will open as below, here we can configure the text selection using
“Checked text”, “Text before” and “Text after button”
Press Ok and Text Checkpoint code
will automatically inserted in the script as below.
Window("Flight
Reservation").Dialog("Flights
Table").WinList("From").Check CheckPoint("From_2")
We can EDIT the Checkpoint by
placing cursor on Checkpoint -> Right Click -> Checkpoint properties.