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 / vamsi
if you want close all the pop-ups to be closed in QTP, we can use utility objects too
in the above comments they handled pop-ups using recovery scenario as well as through scripting.
but to handle pop-up with utility object write this statement in else block of verification point
Systemutil.CloseDescendantProcessess
if we add this statement the pop-up will be closed automatically by QTP
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to explain a claims and insurance project?
what type of framework u r using in ur organization
Which scripting language used by quicktest professional?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
How do Parameterization and Data-Driving relate to each other in QTP?
What are the key points to create a framework in QTP for oracle forms?
what is the diffrence bw qtp architectute and qtp framework?
what is the diff b/w assistive and mandatary rules of object repository in QTP???
How many ways we can parameterize data in quicktest professional (qtp)?
how to test use the quality control .how to verify the image verification
how to create flat file datasubmission in qtp
Why do we use breakpoints in QTP?
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
Have you used xml check point in your project?
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?