Micro Focus QTP (UFT) Forums
export runtime datatable data using dp - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: export runtime datatable data using dp (/Thread-export-runtime-datatable-data-using-dp)



export runtime datatable data using dp - vasu_tj3 - 02-01-2008

Hi All,

1)Is it possible to export runtime datatable data using DP.or is there any other way to get the run time data in excel sheet or data table..

2)As i was going thru the threads i found some script
if err.number<>0
what is the use of err.number<> 0.what is mean by 0.

Thanks in advance.

Regards.
Vasu


RE: export runtime datatable data using dp - karabasappa.patil - 02-01-2008

err.number<>0 means for every error their will be a number that is error number & that number will not be = 0 (As long as no error occurs, Err.Number = 0)for more information refer VB user guide.


RE: export runtime datatable data using dp - Ankur - 02-02-2008

Yes, you can use DataTable.Export(*file path*) and DataTable.Import(*file path*) methods to do this.

File path here refers to the runtime datatable of the first test you have executed and can be found in the results folder.


RE: export runtime datatable data using dp - vasu_tj3 - 02-05-2008

Thank you ankur.

I have one more doubt:-

I have downloaded Quality center and QTP trial versions..
Which one i need to install first?
What more settings i need to do for working QTP with Quality center?

Thanks in advance.


RE: export runtime datatable data using dp - Ankur - 02-05-2008

Please follow the posting guidelines! one question per thread please.