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 |
It seems Interview questions from Ordain Solutions are almost BASIC LEVEL-Easy. I am asking one tough question..(I think.. May be easy for some people) In recorded script the - WebLink("cityinfo") In reality, the WebLink name is "generalinfo" How you can write function to click that changed web link. NOTE: This functin should work with any Dynamic text link. I will post the answer later.
What is keyword view?
How can we add regular expression for date field (dd/mon/yyyy)?
object types is used for what?
Definationions for keyword view and tree view?
What are the different recording modes and how do they work?
what is the extension of action script template?
What is the parameterization? Give one example?
what is the difference between call to copy action and call to an existing action
How to make arguments optional in a function?
How to see entire results at the same timeafter the batch run.. Cannot see the entire results at a time. Is there a easier way view everthing at same,as our batch file very large
WHAT IS OBJECT REPROSITORY?