i want to handle all the unwanted pop up through QTP i done
that with recovery scenario but it need some title of pop
up but i want that it should handle all the pop up even i
don't give the title of that pop up in recovery scenario is
there any general way to handle all the pop up please
help

Answers were Sorted based on User's Feedback



i want to handle all the unwanted pop up through QTP i done that with recovery scenario but it nee..

Answer / kalyan

If U found any popups or error messages u need to recover
from that situation in runtime. For this we can use DP with
IF condition and Exist and Click methods.

EX:-

If OH.Exist Then

OH.Click

Else

Endif

OH means Object Heirarchy. EX:-Browser().Page().Frame().----.

Here I have given the answer with full explanation,this is
useful for Beginners.

Any doubts mail to

mskalyan.smile@gmail.com

Is This Answer Correct ?    3 Yes 0 No

i want to handle all the unwanted pop up through QTP i done that with recovery scenario but it nee..

Answer / jay prakash

Yon can use descriptive programing (DP) for such scenario.
QTP supports the concept of DP for such cases only where u
need to go beyond Object Repositry.

Please let me know if it satisfies your query.

Is This Answer Correct ?    2 Yes 4 No

i want to handle all the unwanted pop up through QTP i done that with recovery scenario but it nee..

Answer / imran sheikh

There is one method to handle the second browser initiating
dynamically, it can be pop-up dialog also.
every new browser has it's creation time. So, below command
will close any Second browser (first one will be one u are
working).
Browser("CreationTime := 1").Close
Count starts with 0 and so on...

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More QTP Interview Questions

Plz send one Tracebilitymatrix example? Anybody working on Realtime QTP Plz give contact deatils?

1 Answers  


How many types of trigger events are there in qtp?

0 Answers  


What are the Features & Benefits of Quick Test Pro ?

0 Answers   Crea,


what happen in object repository(shared)if we call an existing action from an external action ? and what happen in object repository(peraction)if we call an existing action from an external action ?

2 Answers  


How to use library files in QTP? how we can call these files in to script?

4 Answers   Virtusa, Wipro,






in qtp how we work with out put values and what is the process?

4 Answers  


How to get the run time object property without using GetROProperty

4 Answers  


While recording a login window QTP is identifying only parent window,then how can u identify the child objects.

2 Answers   Symphony,


What is the latest version of qtp?

0 Answers  


Q- what is the advantage of merging tool in QTP 9.2?

1 Answers   TCS,


how can we retrieve ten rows from the data table using loop concept?

4 Answers  


Hi anyone having QTP 10.0 licence or crack version pls send me in this mail id mdilipkumar04@gmail.com Regards Dilip

1 Answers  


Categories