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

can the activities of test case design be automated?

0 Answers  


What is a Patch in QTP?

0 Answers  


Where are the snapshots stored?

2 Answers  


Expalin Text/Text Area Checkpoint

1 Answers   Crea,


How to see the screens after running test in QTP?

1 Answers  






Explain the concept of Output values in Quick Test Professional?

1 Answers   Crea,


write a script to verify the image path(src property) of the images which are in web pages.

0 Answers  


if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp

6 Answers   Logica CMG,


I have test cases in excel sheet but i am using quality center.How can i copy the testcases from excel sheet to quality center?explain this process.

3 Answers   TCS,


please send detail navigation for merging of object ripositories in QTP 8.2

3 Answers   Infosys, Ordain Solutions,


In web page there is five OK buttons available, while recording i click on 3rd OK button, How QTP identify the 3rd OK button while running script? Is qtp identify 3rd ok button?

14 Answers   Polaris,


What is the difference between analog and low level recording?

0 Answers  


Categories