WinRunner Question:
Download Job Interview Questions and Answers PDF
WITHOUT the GUI map, use the phy desc directly?
Answer:
It'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}");
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}");
Download WinRunner Interview Questions And Answers
PDF
Previous Question | Next Question |
What are the three modes of running the scripts? | How to get the resolution settings? |