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
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 |
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 |
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 |
What are the problems / difficulties faced when you used Smart Identification ?
In QTP, What is Global action and Local action?
Can any body tell me what is the method to connect the remote desk top throw QTP 9.2 version?
What are the option you can use to synchronize your test?
For Passing Parameters from one Action to another Action we will use Input & Output parameters. Can any one tell how to use this Input & Output parameters with Example ?
What do you mean by iteration?
After coming to know that QTP could not identify non-standard objects, we set those non-standard objects as virtual objects using Virtual object wizard. But how can we identify that qtp could not identify non-standard objects?
in qtp how we work with out put values and what is the process?
tell me about regular expressions in QTP? where we use? give eample?
i have an array CAPGEMINI .....Here i need to check whether G is there or not ..how to do that and friends i have one big doubt that is whether it is array or string ,how we come to know that and where we consider that it's array ,where we consider that it's an string because when i want to find the length i have big doubt whether we need to use len function or ubound ... ans me for this TWO Questions any one please
Hi, My name is kishan. I have good Conceptual Knowledge on QTP. In order to Boost up my Confidence Level, I want to do a Project oriented Training only on QTP in Hyderabad. Kindly Let me know which is the Best QTP Project Training Institute in Hyderabad. Thanks in Advance kishan
what QTP Options do you know?