WITHOUT the GUI map, use the phy desc directly?
Submitted by: AdministratorIt's easy, just take the description straight
out of the GUI map squigglies and all, put it
into a variable (or pass it as a string)
and use that in place of the object name.
button_press ( "btn_OK" );
becomes
button_press ("{class: push_button, label: OK}");
Submitted by: Administrator
out of the GUI map squigglies and all, put it
into a variable (or pass it as a string)
and use that in place of the object name.
button_press ( "btn_OK" );
becomes
button_press ("{class: push_button, label: OK}");
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. |