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 WinRunner handles varying window labels?


Answer: We can handle varying window labels using regular expressions. WinRunner uses two “hidden” properties in order to use regular expression in an object’s physical description. These properties are regexp_label and regexp_MSW_class.
i. The regexp_label property is used for windows only. It operates “behind the scenes” to insert a regular expression into a window’s label description. ii. The regexp_MSW_class property inserts a regular expression into an object’s MSW_class. It is obligatory for all types of windows and for the object class object.


January 01, 2006 12:02:11 #5
 gaurav   Member Since: Visitor    Total Comments: N/A 

RE: How WinRunner handles varying window labels?
 

as per my knowledge 7.6 version of winrunner is latest in market

     

 

Back To Question