Posts: 7
Threads: 3
Joined: Jan 2008
Reputation:
0
02-01-2008, 02:12 AM
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
Posts: 3
Threads: 2
Joined: Jan 2008
Reputation:
0
02-01-2008, 07:29 PM
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.
Posts: 1,105
Threads: 18
Joined: Jan 2008
Reputation:
8
02-02-2008, 11:45 PM
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.
Posts: 7
Threads: 3
Joined: Jan 2008
Reputation:
0
02-05-2008, 01:29 AM
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.
Posts: 1,105
Threads: 18
Joined: Jan 2008
Reputation:
8
02-05-2008, 11:12 AM
Please follow the posting guidelines! one question per thread please.