How can i see test results in excel sheet ? test data not present in data table.
Answers were Sorted based on User's Feedback
Answer / pavan
First u have to create the log file in any drive.
then write the script like
datatable.Export "d:/logfile.xls"
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ira
datatable.Export "C:\qtp\runtime.xls"
or
Automation => Results => run time data table
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sandeepguttikonda
Test results can be seen in an excel sheet by using 2
techniques..
1) Creating an Excel object (Excel.application)
2) Datatable methods (Datatable.exort "path of the file)
(Datatable.exportsheet "path of the file", "source
sheet", "Destination sheet"
Regards,
Sandeep Guttikonda
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kumar
Not getting what you said,Please be clear with your
question, looks like there are two different questions ?
Please explain much detail
| Is This Answer Correct ? | 0 Yes | 1 No |
How to suppress warnings from the test results page?
how can you describe the basic flow of automation with conditional and programmatic logic?
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me
Hi All, I need Code For how to export Pass\Fail status to excell sheet without using QC. Thanks Balaji
four browser are open same application i want to enter 3browser how?
Wher to use DATA TABLE METHODS in Qtp?What is the use of it?
For Regression testing already written test cases are sufficient?
How the smart identification is used in real time?Please explain with an example
To which environments does quicktest professional supports?
write is the code for regular expression in QTP
On a web application I want to select list item 5 from a dropdown list. but QTP identifying this object as winobject. Then how can we select list item 5 from that dropdown list.