how to create external data table?

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


Please Help Members By Posting Answers For Below Questions

What is the purpose of loading qtp add-ins?

834


How does qtp identify the object in the application?

713


Hi, how can we check or avoid the memory leakage in QTP9.2?

1843


Is it possible to call from one action to another action in qtp?

777


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...

2603


what is keyword driven testing in qtp?n how is it useful?

1669


Define Canvas view of UFT?

789


What are the different properties of an web object

1624


How will you find the current time of the remote machine using QTP script?

804


How to modify object property in qtp ?

756


What is an object repository?

802


In qtp, explain what is crypt object

806


Explain the concept of object repository and how qtp recognises objects?

707


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

3972


What is a quick test professional?

916