How to test menu options using qtp
Answers were Sorted based on User's Feedback
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 |
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!!
What is diff. between ordinal identifier INDEX and Location?
What are the differences between QTP 9.2 and 10? please explain e indetail......
what is the use of automation frame work ??(QTP)
What is a quick test professional?
How to associate shared object repository to test in qtp?
What are the major/ important methods, functions in QTP we use realtime testing
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
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
What is Virtual object wizard in QTP?
i have to prepare qtp certification course. so, please send me qtp tutorial notes.
What is the difference between Global and Local Data Sheets?