Through Excel Sheet
Last updated
Was this helpful?
Last updated
Was this helpful?
User need to add three mandatory steps to the Test Step Group for performing Data Parameterization
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 Excel path in Input Value
Syntax for Excel file: <Excel file path>;<Sheet Name>
Note: Excel sheet must be in unrestricted folder
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 Excel sheet 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