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)
Answer Posted / 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 |
Post New Answer View All Answers
what is the diff b/w assistive and mandatary rules of object repository in QTP???
hai, i completed my b.tech in 2010 with 62.3%. i having knowledge on manual testing and Qtp. i want Relavent experience in testing.watever may be d salary i dont bother..I just want to gain knowledge. i dont have good communication skills.
what is meant by Implicit and explicit requirements?
in a web page hoe to check the dynamic links that rechabging with out using regular expressions
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
Does QTP have any limitations?Can it work with all kinds of programming languages like java,springs,ajax ,hybernet?Also does it work well with windows 7.What are its other limitations
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
What are the recording modes in qtp?
If created one virtual object? Next time I changed the window position will it work?
I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
How to use the object spy in quicktest professional (qtp) 8.0 version?
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?