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 keyword driven Testing Framework. Anybody can explain it in details... Pls anybody can give the answer.. Thanks in advance...
How can i use Ordinal identifiers and Smart identification methods suppose i want to know the index no of check box
can any body give the banking domain concepts/links
With what extension you can save the list of tests in a file to run in test batch runner?
how to display message with out using msgbox function?
How to capture text from image to word
Hello Friends, I am working with QTP 9.2 descriptive programming. Can you please let me know how to work with below. Browser is IE, for my site, it opens another page with different browser name, For example Parent Page is google.com and child page is inteview questions. How to work with this second page.
In order to select an automation tool for automating ur application, what r the things u need to consider? For eg i will go for automation; 1) When there is a lot of retesting and regression testing. 2) Return on investments. 3) Whether the tool supports the appln. 4)--------------, etc. Pls give me more number of points because my answer did not satisfy the interviewer. Very urgent pls
what is retesting?
what is framework? which frame work u follow for writting script?
what are all the fileds present in object repository?
How to open an application through scripting?