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 |
Explain the differences between table and db checkpoints?
How to use the Object spy in QTP 8.0 version?
How can we log a defect in Testdirector from Q.T.P ?
How open an excel sheet in QTP(not a run time )?
How are actions and functions different in QTP?
QTP supports both client server and Web applications. Does it support Plug-in?
What type of error u will get if u have not installed java add in in java project? what is the error name ?
I am struggling to understand QTP more from descriptive programming point of view. Is it easy to learn good QTP in South india by good faculty than north india? I found a great lack of institution in here. can you suggest me better instituion. I am holding two years of experience in same company, is there possibility in south india for me?
What are the benefits of qtp?
who is developed QTP ? is it from Mecury or HP
What is the use of "Define new test object" in QTP 9.1 When should we use? Explain?
When we parameterise some field ex. Textbox is there any way that we can generate a specefic number of random values (For alphabetical values if possible) instead of manually entering values in the data table