Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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



How can we disable popup blocker? (I think it means when we get a pop up messge(its error) how we w..

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

How can we disable popup blocker? (I think it means when we get a pop up messge(its error) how we w..

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

How can we disable popup blocker? (I think it means when we get a pop up messge(its error) how we w..

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

How can we disable popup blocker? (I think it means when we get a pop up messge(its error) how we w..

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

How can we disable popup blocker? (I think it means when we get a pop up messge(its error) how we w..

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

How can we disable popup blocker? (I think it means when we get a pop up messge(its error) how we w..

Answer / veda


i think using
recovery.setactivationmode "disable"

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More QTP Interview Questions

How to connect to data base?

2 Answers  


I have a login page like username, password and login. I have to pass the 50 user names and 50 passwords but how can i test this page with out using parameters?

2 Answers  


Hi,iam new to automation and i have 1 year experience in manual testing.I have a little bit idea about QTP9.0 .But i have no idea about script writing using VB.Please help to learn script writing.

1 Answers  


hi, i was adding the two numbers in qtp scripts but i didn't get the answer. see my below script, i dont know wht is the problem. i passed the value a=3 b= 2, i got the ans 32 instead of 5. i thing the problem is to be c = a+b my mail id karthis4u@gmail.com Dim a, b, c a = inputbox("enter the a ") b = inputbox("enter the b ") c = a + b print c

8 Answers  


how to test a java project throughqtp?while testing a vb project we generally do vb scripting. but while testing java project do we use java script .plz some one can send me the manual for it my email roy_samata@yahoo.com thanks in advance

1 Answers  


What r steps to migrate from Manual testing to QTP?(IN BOTH WEB BASED AND WINDOWS APP)

1 Answers   Wipro,


Does QTP is "Unicode" compatible?

4 Answers  


what is the framework followed by ur company in qtp

5 Answers  


Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3 5 4 5

9 Answers  


How many tabs are available in debug viewer pane?

0 Answers  


What are the various types of Actions in UFT?

0 Answers  


I am trying to read the rediffmail usign the below code. But facing problem, while i user to get the link of the mail, i am getting all the link of the page, While i just want to get only mail name - link (not all the link of an page) so that i able to read the mail message by clcking on them in qtp. Dim Lnk,Webcheckbox Set Lnk= Description. Create '********* To count and display the webcheckbox Lnk("micclass" ).value=" Link" set LinkName= Browser("Welcome to Rediffmail:" ).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk) LinkCount=LinkName. Count msgbox LinkCount For i=1-1 to LinkCount-1 DataTable.SetCurren tRow(i) DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name") Next Waiting for the reply Praveen Saini

1 Answers  


Categories