i am entering wrong data or wrong password in a text box and
click on submit button .i am getting a popup window with a
message Please enter the correct password or data .How can i
handle this situation by using QTP.
Answer Posted / zahid
Identify this pop up and buttons on this pop up as an object
and add it in repository. Now use MouseMove function to move
mouse pointer over this pop up and click on "Yes" or "No"
button according to your requirement.
Note:- I am assuming that pop up is a type of window object
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is parameter in qtp?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks
How would you export a script from one pc to another in qtp?
Hello friends..... On which areas of an application we can not test with QTP
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
What is post recovery scenario?
In qtp, explain what is keyword driven automation framework?
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?
How many tabs are available to view your test in a test pane and what are they?
Can you write a script to check if the folder exists or not?
Can launch two instances of qtp on the same machine?
Diff b/w test scenario's and test Procedures?
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
What is the syntax to call one action in another?