-
File does not show the values that are generated
Question asked by visitor Tulip
I would really appreciate, if any one could help me with this.
The data table shows output values generated while running the test script. At the end of the script the data table is exported to a file using datatable. Export syntax. But the file does not show the values that are generated while running the test script. It shows headings of the datatable that are entered before the script is run.
How do I ensure that the new values are also saved in the file.
Thanks
-
Contributing Member
Re: File does not show the values that are generated
Hi,
That will be shown in Results window.
Go to Test->Results->Run-Time Data
Regards,
Ganesh
-
Junior Member
Re: File does not show the values that are generated
if u need to see the values it will be stored in output datatable it is nothing but a runtime datatable
in qtp 9.0 version it will be done by two ways it is possible
in qtp 8.0 easy way is to results->datatable
-
Expert Member
Re: File does not show the values that are generated
Hi
use this sytax......
DataTable.ExportSheet getdata("ReportPath"),sResultSheet
This will work
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules