How can we disable popup blocker? (I think it means when we
get a pop up messge(its error) how we wil disable that one
with out interrupting normal process)
Answers were Sorted based on User's Feedback
Answer / rajesh
I tried using this method but not get it usefull.Please
provide another answers or tell us how to use this method
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / sreekanth
we need to create a .qrs(recovery scenario file)file &
activate that file to all the tests...by using recovery
scenario manager...
or else ...we can give "ON ERROR RESUME NEXT" as the
starting of the script...
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / vijay
This can be resolved by changing your browser setting to low
security or creating such environment and save the same as
script by generating script.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / imran sheikh
Hello,
Not sure whether it helps you but it is very useful.
Once i face the scenario where i was getting pop-up dialog
box for security when i was passing through payment gateway.
I changed my browser setting and it worked good for me.
Tools > Internet Options > Security > (Zone you can go for
both internet and intranet) > custom level > There is
miscellaneous > Enable 'Display Mixed contents'.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / a.thirumalareddy@gmail.com
if object.Exist then
object.close
End if
or use recovery scenario if u dont know the exact step where ur getting pop-up
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / veda
i think using
recovery.setactivationmode "disable"
| Is This Answer Correct ? | 0 Yes | 3 No |
how can we handle exceptional handling in qtp
How we wil do data driven test using chkpts? Plz. give me complete navigation steps for this?
what is action in QTP?
By using QTP, How do you test a frame in a web page?
1.what is the difference between childobjects and child items in qtp? 2.what is difference between a class and function? 3.can u convert ustimings to indian timings using vbscript? 4.i have scripts in one machine.can i run those scripts in another machine.how?
2 Answers Genpact, Infosys, Symantic Space, TCS,
what is object?
How can you delete the results file (XML)
What are the automation metrice in your project?
How to identify the child window. In my case while recording, When i open new window and give checkpoint for some control and when i run that script QTP give error like" can not identify the object" Is there any method or solution to handle child window issue Note: In my apllication i have to check child window of child window also ( multiple windows open )
Did you use flatfiles in your projects?At what situation you used it?How can you upload flatfiles?
What is the difference between Mandatory and BaseFilter Properies..Anybody please answer me..Thanks in Advance
what is parameterisation?