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 |
What is Version control?
how you have used object libraries? plzzzzz do answer
wt is the use of multiple questions in QTP
any one can send me the concepts of qtp
HOW AND WHY TO CREATE EMPTY OBJECT IN QTP?
can anyone please tell me what are all the shortcut keys used for qtp9.2? Thanks in advance..i expect ur valuable reply that help us our team???
what is framework? which frame work u follow for writting script?
If u r using descriptive programming to identify the object where do u write the script for those objects? do u write it in the expertview? plz do answer its urgent thanks advance.
can i login a page by giving username and password and click on ok button through database parameterization.and if its yes then please write the code of that
In key word driven framework,we will rename the logical names of objects,why?
What is test harness?
What is time parameter?