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 |
If already everything is tested using White-Box testing, then what is the need of using Black box testing?
how can we retrieve ten rows from the data table using loop concept?
What are the methods used in UFT to handle exceptions or run-time errors?
can QTP works on LINUX platfom
in how many ways we can write the user defined functions one way i know that i.e storing it in .vbs another way i does not know my friend said that .qtf or something but start with q letter can any buddy knows about this
Can we run test with out adding object in object repository? How it is possible?
write a qtp script to enter user name & password for flight reservation login page from excel sheet
How to add a runtime parameter to a datasheet?
how to connect qtp to sqlserver?(if any body know about this please send mail to me:sheik_feroz5@yahoo.com)thank u
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
Login to flight app, in window flight reservation set the date field and select flyfrom as Frankfurt and verify whether flyto list box has the item FrankFurt, log the results.
what properties do use to identify a browser and page while using descriptive programming?