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

Hi, Hope you viewers are doing fine with good health. What are the steps and connection parameters to connect to Oracle db ? Can you connect with just the Oracle client or Oracle XE ? Cheers!!

0 Answers   Infosys,


What is diff. between ordinal identifier INDEX and Location?

3 Answers  


What are the differences between QTP 9.2 and 10? please explain e indetail......

2 Answers   Wipro,


what is the use of automation frame work ??(QTP)

2 Answers  


What is a quick test professional?

0 Answers  






How to associate shared object repository to test in qtp?

0 Answers  


What are the major/ important methods, functions in QTP we use realtime testing

0 Answers  


Hi, I am new to QTP testing and was exploring the frameworks used for automation. I wanted help in writing various scripts and files for keyword driven automation like 1. Control File 2. Test Case File 3. Startup Script 4. Driver Script 5. Utility Script . etc It would be great if someone can give help in this context ... Thanks

0 Answers  


whenever U using QTP,Test Director, Why we using separate Bug tracking tool?

0 Answers  


What is Virtual object wizard in QTP?

4 Answers  


i have to prepare qtp certification course. so, please send me qtp tutorial notes.

1 Answers  


What is the difference between Global and Local Data Sheets?

1 Answers  


Categories