How to test menu options using qtp

Answers were Sorted based on User's Feedback



How to test menu options using qtp..

Answer / sudha

Can you specify what exzactly u want to check in menu ?

Mostly we check wheter the menu option is exist or enable:
window("name").winmenu("name").exist(2)
OR
rc = window("name").winmenu("name").GetROProperty
("Enabled")
above command will return TRUE if menu is enabled elase
FALSE

Is This Answer Correct ?    6 Yes 0 No

How to test menu options using qtp..

Answer / ivreddy

Thanks for the reply.
I want to check the same ,which u mentioned above.
Cheking the menu options whether they are enable or not.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

With what extension you can save the list of tests in a file to run in test batch runner?

0 Answers  


With out using the task manager,how to close the application using vbscript and what is the statement?

1 Answers  


w is configaration management

3 Answers   TCS,


what is difference between normal mode and fast mode?

1 Answers  


hi,i have a pblm in qtp,im testing an webappl in which different types of error pop up messages are displayed which qtp is not differentiating or it is not recognising. how do i make it recognise different popup errorm messages while writing script?

4 Answers  


How can we import into Excel "Details" ,"Result" ,"Time" parameters from within a Results Report which is generated after a Run error when a script is executed in QTP? Refer E.g below Status Functionality Description RunDate Fail Login User should be able to Login 12/3/2007 StartTime EndTime Details* 1:31:58 PM 1:32:29 PM (this one i want)

0 Answers  


What is the difference between Functions and Action ?

1 Answers  


Hello, Can we capture only the labels of the web page in the object repository. If yes, then how. Actually my scenario is: I have to capture all the label of mercury site http://newtours.mercuryinteractive.com/tour/mercurypurchase. php. and want to copy all these labels in the notepad. So,please help me how to do this all. Thanks in advance, Gaytri

4 Answers  


How to export QTP results to an .xls file?

10 Answers   IBM,


What is the Diff between Image check-point and Bit map Check point?

3 Answers   Ordain Solutions,


Which object repository we use in real time and can we merge 2 object repostiory and how?

6 Answers   HCL, Satyam,


Please Explain The QTP real Testing process with steps.

4 Answers  


Categories