1. What is extense of Result file in QTP?

Answer Posted / vengalrao

.XLS/.Txt or .XML based on customization

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri

1688


Why to use descriptive programming?

800


There is an excel file of 1 to 100 sheets how you will iterate through it?

790


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

4049


How do you create regression test packs?

884


UFT 12.02 which ALM version will support

1226


what are the limitations of smart identification in qtp 9.0

2163


How to export quicktest professional results to an .xls file?

875


how interviews will be on QTP?

1738


What are the major/ important methods, functions in QTP we use realtime testing

2536


How do know the number of browsers opened?

868


Which features or drawbacks of QTP lead to the upgrade for a newer version?

790


What is active screen?

772


How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))

1900


Is QTP supports Unix. If yes, then how the test automation is done?

1971