QTP Datables
Data Table Basics
Run -Time VS Design Time Datatables
1) The values of the Run Time Data table does not reflect in the QTP's DataTable window after run.
2) If you like to see the values of that DataTable after Run you can see it by openning QTP's result window, then expanding the trees in the left pane of that window, there you will see Run Time DataTable Icon just below the Test Summary. If you click that you can see the runtime's content of that DataTable.
3) If you want to store runtime values, please, export it to some location (see below code):
DataTable.Export ("D:\XYZ.xls")
DataTable.Export ("D:\XYZ.xls")
No comments:
Post a Comment