can u pls explain me About Driver script.

Answer Posted / suri

if we execute vbs file it launches qtp first with required add-ins and execute all scripts which are mentioned in Run Manager excel file.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how do i know how to use tools

1550


Explain how Selenium is different from UFT?

783


On the website, the protocol has been changed https: to https what you will do? Tell me your approach?

675


Explain runtime dynamic settings?

2111


What is the Difference between copy to action and call to action?

677






How do I get the QTP scripts result in xml format by using vb script function?

1870


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

3759


Can any one send me the QTP Basic Coding Samples?

1712


images are dynamically changes how to compare two images with out using the bitmap

2085


when to start the automation?

1546


Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?

648


How to capture all the data of a webtable, weblist and combolist using QTP?

2935


What are the Application Functions available in QTP?

1585


Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this

2161


How to use reporter.report event in qtp ?

650