I want to run the same scenario multiple times based on the number of rows in the excel sheet without repeat the row number in the feature file as shown below
I just want to initiate the first-row index 0 and make the code repeat the same scenario after the first execution based on numbers of rows in excel sheet
=========================Feature File=============================== Given navigate to Billing Account and serach with BillingNumber and
When create request list with data in excel sheet and
Then Validate status of MSISDN changed to Active
sheetName | rowNumber |
---|---|
Sheet1 | 0 |
Sheet1 | 1 |
Sheet1 | 2 |