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 |
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
why can't you use excel directly in qtp. why we want to import excel data into Datatable.
Hi All, I have a problem with getting the value which is available in the table and it is not having any unique property. Please find the below table TopicName CreatedBy ViewCount ------------------------------------------------ XXXX Y 10 ZZZZ ZZ 0 AAAA BBB 3 In the Above table TopicNames are link and it is having an id but the remainig two columns(Created by and ViewCount) are static Web element values and they are not having any unique property. Now i want to get the values of Created BY and View count for each and every topic. Can anybody give me the solution for the above ASAP. If anybody didn't understand the above please free to send me a mail by that i can send you the snap shots and some more description. You can catch me at krishnachand.p@gmail.com
hi i have one isuue on selecting webcheckbox .there are 15 wecheckboxex i want to select every time 9 th one how can i select plese help me regards balaji
give the code to count child objects (Total) in the page
what is the general issues faced while using automation tool Qtp9.0
How do u fetch data from a database ?
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
How will you check a web application for broken links using qtp?
What all challenges you have faced during automation and how you have resolved it?
How to capture data from images in QTP and produce them in Excel sheet ? please ans...
Hi, Can any one explain what is mean by Driver Script? is it AOM?