QTP -object reposistory spy tool is not able to spy the pop
up message appearing in the application, so how is that i
can handle such run time pop ups in QTP by code???

Answer Posted / amruta

using shell object

a=10
b=20
set objshell=createobject("wscript")
If b=10+a Then
objshell.popup"b is equal to a"

else

objshell.popup"b is not equal to a"

Is This Answer Correct ?    0 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is 'sleep' in sync point?

636


In qtp is it possible to check broken links of a page?

595


How to handle Java tree in QTP?

760


How to creating an output value using quicktest professional?

552


How to find the path of folder in which the test is saved in qtp?

544






How can I use Call dlls in QTP ?

1810


What is the meaning Work bench?

1776


Hi ,Can any one pleas explain how to test splash objects using QTP?

1918


Explain how qtp identifies objects?

577


can i compare two databases using QTP ?

1896


HOw to add the recovery file at runtime to the test file .

1553


i have asked earlier only one question how to test web application using QTp plz send me the answer quickly

1668


How do Parameterization and Data-Driving relate to each other in QTP?

572


HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.

1638


Explain Descriptive Programming Types with Examples?

940