Through Data Table
Last updated
Was this helpful?
Last updated
Was this helpful?
Avo Assure have the in-house data table by which user can perform data parametrization by creating table in Test Data Management.
The data table should have a maximum of 100 columns and 200 rows.
Step-by-step process to copy Data Table path for using it in Data parametrization:
Create Data Table
For creating Data Table in Avo Assure refer this Data Table | Avo Assure
Click (…) icon and Copy datatable path for using it in test step for data parametrization
User need to add three mandatory additional steps to the Test Step Group for performing Data Parameterization of Data Table
Navigate to Test Case window, select Test Case where data needs to be parametrized
Click + icon and add new step
Select @Generic as element and Get Param as action and enter copied Datatable path in Input Value
Note: Data Table must be created in same project
Add new step, select @Generic as element and Start Loop as action
Add variables in pipe operator in Input Value column to fetch the value from excel sheet
Note: Variable name should match with Data table Variables
Add new step where the iteration process should be halted, select @Generic as element and End Loop as action
Note: If End Loop is not added then user will get Dangling error while execution