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 |
i want to handle all the unwanted pop up through QTP i done that with recovery scenario but it need some title of pop up but i want that it should handle all the pop up even i don't give the title of that pop up in recovery scenario is there any general way to handle all the pop up please help
Have you used xml check point in your project? How?
How does QTP identify an object?
What is the difference between a Function and Action in QTP?
When I parameterize a script then for each iteration script is executed from begining to end. If I want to execute some middle steps multiple times using Parameterization (avoiding begining and end steps), what is the solution of this (e.g. total steps are 1 2 3 4 5 and i want 2 3 4 only(not 1 nd 5)
Mention what are the different types of recording modes in qtp? Which will be used when?
how can i call reusable action in a function could any one explain me?
What type of problems one will face with QTP , if too many browsers are opened at a time?
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
Can we directly automate test script according to requirements?
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.