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
how do i know how to use tools
Explain how Selenium is different from UFT?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
Explain runtime dynamic settings?
What is the Difference between copy to action and call to action?
How do I get the QTP scripts result in xml format by using vb script function?
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
Can any one send me the QTP Basic Coding Samples?
images are dynamically changes how to compare two images with out using the bitmap
when to start the automation?
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
How to capture all the data of a webtable, weblist and combolist using QTP?
What are the Application Functions available in QTP?
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
How to use reporter.report event in qtp ?