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
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
Tell me about your project? please help me how to tell about insurance project
Define object spy ?
What is the latest version of qtp?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
How does quicktest professional (qtp) identifies the object in the application?
hi, can u tell me the QTP TEsting process in present real time companies?(beware of this... now a days Recording is not using,, only DP) and don't tell note book answers like step 1 spep2....like this .......post answer with professional skills in simple english words) thank u
How to find the name of the machine where you are running your automation scripts in qtp?
How to creating an output value using quicktest professional (qtp)?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
What contains Data Driven Framework document in qtp?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
How do client side image and server side image work?
What is the difference between run time object and test object in QTP?