Answer Posted / reddy prasad
by using data table methods
i.e
datatable.addsheet"name of the sheet"
so this sheet will visible to your in result summary as a
third sheet
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of loading qtp add-ins?
How does qtp identify the object in the application?
Hi, how can we check or avoid the memory leakage in QTP9.2?
Is it possible to call from one action to another action in qtp?
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
what is keyword driven testing in qtp?n how is it useful?
Define Canvas view of UFT?
What are the different properties of an web object
How will you find the current time of the remote machine using QTP script?
How to modify object property in qtp ?
What is an object repository?
In qtp, explain what is crypt object
Explain the concept of object repository and how qtp recognises objects?
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
What is a quick test professional?