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

wt is automation framework? give explonation?

1 Answers   Mindlance,


In a web page when we enter the city name corresponding zip code is coming in the required field.Can any one please write how to test using QTP,whether this code is coming from Database or not.

1 Answers  


which type of testing process are you following in ur company? how to recognize a qtp page?

0 Answers  


If I give some thousand tests to execute in two days what do you do?

0 Answers  


What is the difference between functional spec. and Business requirement specification?

5 Answers  






How to use parameterization in qtp?

0 Answers  


Can I record on netscape browser does it require any special settings ?

2 Answers  


Explain quicktest professional (qtp) testing process?

0 Answers  


How to fetch web elements count from Google Page which contains letter "e"

4 Answers  


what area in a web application cannot be automated.

1 Answers  


what are the mandatory properties in qtp? what are the library functions in qtp?

3 Answers   Wipro,


Suppose i have given 10 test cases all the test cases should be automated?

3 Answers   NTT Data,


Categories