Data Table
 Global data sheet: Accessible to all the actions
 Local data sheet: Accessible to the associated action only
Example:
 DataTable("Column Name",dtGlobalSheet) for Global data sheet
 DataTable("Column Name",dtLocalSheet) for Local data sheet
·         During the run-time user not able to enter the data in Data Table 
·         The run-time data table is accessible only through test result. 
·         The run-time data table can also be export  using DataTable.Export or DataTable.ExportSheet


No comments:
Post a Comment