How can we export test results to an excel sheet in QTP???
Can any one provide sample coding for this?????
Answer Posted / sha
The above answers are incorrect
While answering please write full Syntax
Syntax : Datatable.Export "PathofFile",destinationsheetname
Example : Datatable.Export "F:\test.xls",Global
Datatable.Export "F:\test.xls",Action1
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Hi Friends, Can anyone help me out in this one? In QTP, I am using Data Driver and want to parameterise multiple values (say 3 values ) for a field. How can I do it using Data Driver wizard? Plz mention it step-by-step. In the end after doing the needful, on opening the Data Driver window, how can I get number (i.e. 3) in the Parameterised column for that particualr value? Thanks a lot in advance.
How to replay a script in qtp?
What is the differences between image check point and bit map check point?
what is clean sweep?
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
How many types of actions are there in quicktest professional (qtp)?
How can you give wait up to 10 seconds in qtp?
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
What is the difference between run time object and test object in QTP?
Can you list some technologies that support qtp?
What is the XML file architecture ?
On what document base Descriptive programming is written if build is not yet ready ?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.