What do you verify with the GUI checkpoint for single property and what command it generates, explain syntax?
Submitted by: AdministratorYou 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 );
Submitted by: Administrator
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 );
Submitted by: Administrator
Read Online WinRunner Job Interview Questions And Answers
Top WinRunner Questions
☺ | How do you handle unexpected events and errors? |
☺ | How do you handle TSL exceptions? |
☺ | What do you verify with the database check point custom and what command it generates, explain syntax? |
☺ | How to have winrunner insert yesterdays date into a field in the application? |
☺ | What information is contained in the checklist file and in which file expected results are stored? |
Top Testing Categories
☺ | Manual Testing Interview Questions. |
☺ | Rational TestSuite Interview Questions. |
☺ | QTP Interview Questions. |
☺ | Database Testing Interview Questions. |
☺ | Software QA Interview Questions. |