Sunday, 16 September 2012

L10 - Text Area Checkpoint


Text Area Checkpoint is used to check text at any object for web or windows application.
We can select any specific are for text at any position, for details let’s see the example below.
Application used: Flight reservation.
Open the window as shown below.


Record -> Insert -> Checkpoints -> Text Area Checkpoint
The cursor will change to marker and Select the area of text on the above window.


Text  Checkpoint properties window will open-> Press OK.
Window as below will open.


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.