WinRunner GUI objects

What happens, if WinRunner does not recognise GUI objects in the application

Questions by vpskumar

Showing Answers 1 - 6 of 6 Answers

notty1982

  • Dec 6th, 2007
 

In case of winrunner unable to identify the object, u can use a technique called descriptive programming. U describe the physical description of the object directly in the test script rather thaan logical name..

eg : for edit field the script would be
edit_set("Agent Name","xyz");

if winrunner is unable to identify the object we can use it as like this

edit_set("{class: edit, label:Agent Name}","xyz");

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions