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 / 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 |
Post New Answer View All Answers
What are the Application Functions available in QTP?
Limitations in QTP?
What is the use of sendkeys and what are send keys
Explain how you can delete excel file in qtp?
How can you exit from an action?
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
Describe the differences between functions and actions in UFT?
How to execute a winrunner script in quicktest professional?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
What is the default add-ins in qtp?
Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com
UFT 12.02 which ALM version will support
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
How you can find length of array in qtp?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?