Write to Data Table
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a pre-built action in Avo Assure and comes under @Generic element. This action allows to write back to data table by providing syntax in the input field available in a Test Step under the Test Step Group
Input:<datatable_path>;<row>;<col>;<value>
datatable_path (Required)
path of the Data Table
row (Required)
Row number where data should be added
col (Required)
Column number where data should be added
value (Required)
Data which should be added
Output: <Dynamic Variable>(Optional)
Dynamic Variable (Optional)
The dynamic variable is optional, as it is used to store the status as either True or False and display it later.
The Write to Data Table action takes the Data table path(avoassure/Employee Details/Personal Details),row number(1), column number(1) and value(EMP101) as inputs and write it in Data Table. {avoassure/Employee Details/Personal Details;1;1;EMP101}