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 to get the object count ?????????
Can we use Virtual Objects in Discriptive Programming?
How do you return a value for an array.
How u send bugs to dev'lpment team all at once or one by one or waht is the process?
Write test cases for copy and past password in password field ?
How to create runtime property for an object?
How to Test Dynamic links ?
Plz explain about InTERNAl Environment variable, External environment variable,builtin environment variables with examples?
i m tryed to use qtp in a user registration form but at the "image enter"part it gives a error when i run the qtp bcz the image is changed every time so it gives a error when i use regukar expreesion fot this it still gives a error value bcoz it reads the image code bt nt reconige the image which i enter in the image verification text box.so hw can i automate qtp for this function.plz give me a answer
Hi, My application is a web application which was developed by Java. In that application we have applets to do some operations. Is it possible to recognize applets using QTP? If yes, how? pls, help me this
How to supress warnings from the "Test results page"?
what is the Debug view?