Answer Posted / vengalrao
.XLS/.Txt or .XML based on customization
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
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
Why to use descriptive programming?
There is an excel file of 1 to 100 sheets how you will iterate through it?
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
How do you create regression test packs?
UFT 12.02 which ALM version will support
what are the limitations of smart identification in qtp 9.0
How to export quicktest professional results to an .xls file?
how interviews will be on QTP?
What are the major/ important methods, functions in QTP we use realtime testing
How do know the number of browsers opened?
Which features or drawbacks of QTP lead to the upgrade for a newer version?
What is active screen?
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))
Is QTP supports Unix. If yes, then how the test automation is done?