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
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
What is the quicktest professional (qtp) testing process?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.
How to use actions in qtp ?
How to test results for qtp ?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
How to do call a output parameter from one action to another action??/
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?
How to find the length of the string in qtp?
what kind of frame work you used in your last project?
How to get Traceability matrix from TD?
How many number of actions possible in qtp?
What is keyword driven framework?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?