What is action required by QTP if a popup message is coming
in exsisting script and now it is not coming.
The script is having code to deal with popup message now
when we run the script now the popup i snot coming
according to new build, instead of changing the code what
we can do?
Answers were Sorted based on User's Feedback
Answer / rentalavdml
Hi kishore,
We have one more option for this instead of recovery
scenario u can try with Window("tilte:= ").Exists then
click
In this case if the window exists it clicks on OK if not
script passes .
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / kumar
Hi,
consider we have 10 steps in this script.
we are expecting a popup after the 5 th step
the use the IF condition as (Answer1).like..
step 1
step 2
step 3
step 4
step 5
If popup.exists then
<statements to read the message ....>
Else
<send the error message to the report that popup is
not displayed and fail the test and exit from the test>
End If
step 6
step 7
.
.
.
.
.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rk
What Ranga said is right...
we can use OptionalStep.Window("').Dialog("").WinButton("OK").Click
what this will do is..if that pop up exists then it will click OK else it will skip that step.
It will wait for default time as we specify in ObjectSyncTime in settings.
If any one needs more info..then contact me @krish.ram20@yahoo.com
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rentalavdml
Hi Kishore,
one more thing instead of changing the code( if recovery
already exists) you can remove the recovery scenario if it
exists .
| Is This Answer Correct ? | 1 Yes | 0 No |
take one example and write vbscript on one web application in qtp? explian descriptive programe with one example?
DIFFERENCE BETWEEN WR 8.2 & QTP 8.2? HOW TO INTEGRATE WITH SOME OTHER TOOLS?
How to customize qtp?
what is run-time object in qtp? explain with example?
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
for example one window is there, the window contains how many edit box's i want script? i know the script but that is not exact answer.... The script is like this .......... set a=description.creation() a("Native class")="WinEdit" b=window("Flight Reservation").childobject(a).count msgbox b if u found exact answer please getback to me? raju.ippali@gmail.com 9823257761
What are the factors on which script execution time is dependent?
In how many ways we can add check points to an application using QTP.
What is active screen?
what is delay in QTP?
What is Unicode Compatibility?