How to import the Test Results in QTP to an Excel sheet

Answers were Sorted based on User's Feedback



How to import the Test Results in QTP to an Excel sheet..

Answer / mahi

if we want import complete sheet then go for


Datatable.Export "path of the excel file"

if we want import a perticular sheet then go for,

Datatable.ExportSheet "path of the excell file",SheetId to be exported

Is This Answer Correct ?    1 Yes 0 No

How to import the Test Results in QTP to an Excel sheet..

Answer / sudeepthz

could you explain with an example.. that would be greatful to me

Is This Answer Correct ?    0 Yes 2 No

How to import the Test Results in QTP to an Excel sheet..

Answer / venkat reddy

we can import testresults to excel sheet by using datatable
methods

Ex:-datatable.exportsheet "path where you want to
save.xls",sheetid


if i am wrong please correct me...

Is This Answer Correct ?    0 Yes 3 No

How to import the Test Results in QTP to an Excel sheet..

Answer / ravindra

DataTable.ExportSheet Relativepath &"path of that
excelsheet","Sheetname"

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More QTP Interview Questions

How many actions we can create with in a test?

7 Answers  


how can we retrieve ten rows from the data table using loop concept?

4 Answers  


QTP -object reposistory spy tool is not able to spy the pop up message appearing in the application, so how is that i can handle such run time pop ups in QTP by code???

2 Answers   CGI,


How can we use XML in QTP?

1 Answers  


Discuss QTP Environment.

1 Answers  






where we are going to write the descriptive programming.for example we are invoking qtp application where we are going to write that code

3 Answers  


Why we are going for descriptive programming ? I answered as 'If objects are not present in OR we will go for descriptive Programming'? Is this correct ?

3 Answers   Polaris,


What is the diffrence bettween QTP 9.0 and QTP 9.1?

1 Answers  


What does it mean when a check point is in red color? what do u do?

1 Answers  


Anybody wants to learn QTP with realtime implementations and complete framework desiging plz contact to this mail id ciraaj@gmail.com

1 Answers  


write vbscript in qtp tool for senario, in the given sheet add each number in each row and each colunm and show result

3 Answers   Mind Q Systems,


what is flag=0 in qtp tool.. i am strugglin to use flag function , exactly when it is used , any real time expert pls explain clearly?

1 Answers  


Categories