How to import the Test Results in QTP to an Excel sheet
Answers were Sorted based on User's Feedback
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 |
Answer / sudeepthz
could you explain with an example.. that would be greatful to me
| Is This Answer Correct ? | 0 Yes | 2 No |
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 |
Answer / ravindra
DataTable.ExportSheet Relativepath &"path of that
excelsheet","Sheetname"
| Is This Answer Correct ? | 0 Yes | 5 No |
How u perform exception handling in QTp,what is other name for ths?
QTP WAS WORKING FINE BUT TODAY I GOT THE ERROR , THE MEMORY COULD NOT BE READ -REFERENCE MEMORY ,pPLEASE REPLY URGENT WHAT IS THE SOLUTON
write a script to verify the image path(src property) of the images which are in web pages.(do it by Descriptive method by creating a description object)
In QTP while testing 3 tier application, It is Java Based Application developed using Java, servelets and JDBC etc... and It is a Web based Application.. which Add-In do we need to select while testing ...Java or Web Add-In
How to use output values in qtp ?
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
hi can anybody help with an qtp 9.2 license key please. Thanks, Nitesh.
In your QTP framework, what checkpoints were applied in the script to minimize script failure due to any reason during execution?
Can I compare two DataBases using QTP ?
How to execute a winrunner script in quicktest professional (qtp)?
how to write vbscript on web applications in qtp. explian with one example?
Can we Test Welcome Screens and Process Images with QTP