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.

Answers were Sorted based on User's Feedback



i am entering wrong data or wrong password in a text box and click on submit button .i am getting a..

Answer / neeraj

Hi Friend

You can go through the "Recovery Scenario" for
this kind of problem. Steps are..in QTP 9.2

Resources-> Recovery Scenario Manager-> click on first image
that is with right side of "Scenarios"(only the enabled
image)text-> read the content and "Next"-> these are the
condition wherever we use Recovery Scenarios select one of
them according wat type of error you have(pop up
window)->"Next"->Click on "Hand" pointer and capture the
popup window and "Next"->"Next"->Select the event you want
to perform "next"->"Next"-> From Recovery operation window
un select the check box and "next"-> "next->"next"-> Write
some description or not(optional)->"next"-"Finish"->"Save"
in your destination.

Now you can use that in your script.

Have a look(softestonline-neeraj043.blogspot.com)

Is This Answer Correct ?    12 Yes 3 No

i am entering wrong data or wrong password in a text box and click on submit button .i am getting a..

Answer / dimple

Hi all,
I have read all the answers.
By using recovery scenario we can just click ok button on
the pop up window.
If we want to enter in to the application ,I think even
recovery wont help it.
If the question is about validation then validate the
username and password by if else statement for Pop up
existence.
If not the data must be correct

Is This Answer Correct ?    5 Yes 1 No

i am entering wrong data or wrong password in a text box and click on submit button .i am getting a..

Answer / less than you

Suppose the same pop window generated while running test
case and while recording it was not generated & values were
properly inserted. What procedure is require please explain
with details?

alkaa.dugaal@gmail.com

Is This Answer Correct ?    2 Yes 2 No

i am entering wrong data or wrong password in a text box and click on submit button .i am getting a..

Answer / bfakruddin

Hello Folks,

Dimple provided nice answer... validation should be done on
password field... when we provide wrong input... popup gets
rise then check it is poped up or not... if it is rised
then pass the test case else... password field accepts
wrong password too...

Code is here,

res=dialog("correct password").getroproperty("enabled")

if (res=true) Then

reporter.reporteven micpass,"password validation done"
...
...

Then

dialog("correct password").webbutton("OK").click

Thanks & regards
Baba Fakruddin.D

Is This Answer Correct ?    1 Yes 1 No

i am entering wrong data or wrong password in a text box and click on submit button .i am getting a..

Answer / 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

i am entering wrong data or wrong password in a text box and click on submit button .i am getting a..

Answer / akshar jain

if there is a pop up message then u just add it to ur
object repository & make the qtp to click on the ok
button..you make this as a function & validate ur login
page as many time as you wantn call ur function

Is This Answer Correct ?    4 Yes 5 No

i am entering wrong data or wrong password in a text box and click on submit button .i am getting a..

Answer / sasmita

Dear Alkaa,
i am just describing the scenario.
1.Open gmail/yahoo or any site.
2.Enter your valid userid and invalid password.
3.We can see a pop-up window with a message "Please enter
the correct password or Password invalid "
even i know the right scenario
4.But i just wanna know how to capture the pop-up window.

Thanks,
Sasmita

Is This Answer Correct ?    1 Yes 2 No

i am entering wrong data or wrong password in a text box and click on submit button .i am getting a..

Answer / 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

i am entering wrong data or wrong password in a text box and click on submit button .i am getting a..

Answer / saravanaraja

Use the following code:

systemutil.CloseProcessByWndTitle

Is This Answer Correct ?    0 Yes 1 No

i am entering wrong data or wrong password in a text box and click on submit button .i am getting a..

Answer / ajay

When ever u got the popup window you can make it that
ststement as optional.When ever you make it optional if the
popupwindow appears it will take care other wise move to
next step.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More QTP Interview Questions

Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.

0 Answers  


How to test fly out menu in qtp?

0 Answers  


diff between wr and qtp in detail.

4 Answers  


what is difference betweein qtp 9.0 and 9.2

1 Answers  


Explain Checking XML....

1 Answers   Crea,






Explain about Test Fusion Report of QTP?

0 Answers  


What is different command used in command Prompt while using QTP?

0 Answers  


what is the defference between calling ation and called action?

1 Answers  


I'm quite new at QTP. Im doing a web-based app testing. I create something new item and a new link is created in the home page. This link is dynamic as it changes every 3 seconds. Obviously the new link is not in my Object Repo and I am trying to find a way how can I do a check or get the propery of the link I created. I can do it on keyword, but I need to do a check on expert mode, vbscript. I always get an error that is not identified whenever i try to check it (browser(b),page(p).link(newlink). Any idea?

4 Answers  


When u r running a script , if u get a popup window that describing that u have received a mail to your outlook application. so to avoid the interference of the popup window , which recovery scenario(popup,object state,application hang,system crash) would u use ?

4 Answers   Accenture,


How does you pass optional arguments in qtp?

0 Answers  


Give me Example for Generic Functions in QTP Framework....Anybody please answer me..Thanks in Advance

3 Answers   BirlaSoft,


Categories