WinRunner Question: Download WinRunner PDF

What do you verify with the GUI checkpoint for single property and what command it generates, explain syntax?

Tweet Share WhatsApp

Answer:

You can check a single property of a GUI object. For example, you can check whether a button is enabled or disabled or whether an item in a list is selected. To create a GUI checkpoint for a property value, use the Check Property dialog box to add one of the following functions to the test script:
button_check_info
scroll_check_info
edit_check_info
static_check_info
list_check_info
win_check_info
obj_check_info

Syntax: button_check_info (button, property, property_value );
edit_check_info ( edit, property, property_value );

Download WinRunner PDF Read All 67 WinRunner Questions
Previous QuestionNext Question
What is the use of Test Director software?How do you maintain the document information of the test scripts?