GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Testing Tools  >  Winrunner

 Print  |  
Question:  How does WinRunner recognize objects on the application?


Answer: WinRunner uses the GUI Map file to recognize objects on the application. When WinRunner runs a test, it uses the GUI map to locate objects. It reads an object’s description in the GUI map and then looks for an object with the same properties in the application being tested.


June 06, 2007 00:34:55 #4
 vvvssvijayaditya Testing Expert  Member Since: October 2006    Total Comments: 18 

RE: How does WinRunner recognize objects on the applic...
 

We have two options to recognize

1. auto learning --  at the time of recording
2. pre learning --  Use RTSW to recognize
     

 

Back To Question