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  >  QTP

 Print  |  
Question:  QTP menu item count/check short cuts

Answer: Hi,
I am working on QTP automation of a application which is Java based. I would like to count the submenu options available for one of the menu item (say for ex 'File' ) also I would like to verify he whether it has shot cuts (i.e ALT+f for File). How can I proceed on this?

Note : GetItemProperty, GetItemProperty(Itempath, Label) doesnot work on this.

thanks,
-MP
murthymp@rediffmail.com


June 06, 2008 04:29:35 #1
 rohan7142   Member Since: June 2008    Total Comments: 1 

RE: QTP menu item count/check short cuts
 
By using the method Set Item count we have to count the items of menu or combo box.
     

 

Back To Question