Answer Posted / 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 |
Post New Answer View All Answers
How does quicktest professional (qtp) identifies the object in the application?
how to explain a claims and insurance project?
How will you test a keyboard?
How to handle Java tree in QTP?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
Explain the concept of how quicktest professional identifies object?
Does Low-level recording capture mouse movements?
Problem with XML checkpoint in QTP ?
What is a Patch in QTP?
What is difference between Recording time object identification and Run time (Execution) time.
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
What is fragmentation and paging?
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
How does you pass optional arguments in qtp?