How to export QTP results to an ".xls" file?
Answer / gary p
You can use this command to export .xls file.
i assume it should work.
Datatable.export"filepath.newfilename.xls"
select the path and then filename . xls
so after running the script qtp will export data in your
location.
| Is This Answer Correct ? | 1 Yes | 2 No |
Explain script generated at the time of setting runtime property?
what is the Command used to start the QTp from Run.(start-> Run)
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
What is the use of text output value in quicktest professional?
What is error handled other than recovery scenario manager?
In the QTP the snap shots obtained during the recording time will appear in the active screen, if we have to use the snapshots from where we have to access. in which memory location of QTP they will be stored?
is it possible to change the date format like MM/DD/YY into DD/MM?YY through script in QTP
how i can delete the excel process for the task manager using QTP
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
What is the process for creating an automated test script using QTP assuming you have reviewed the manual test case and understand the requirements?
Why do you choose only QTP for your project automation among remaining tools like Rational robot and silk test?
What is the use of low level recording? How does it useful?