My script reads data from an excel file, each row is a unique user and has registration details.
The script launches browsers > Signs in > Registers > Closes the browser.
After executing a row, I would like to update the ‘Status’ column with Pass or Fail. The update has to happen for each row and update ‘Status’ column in each iteration.
Katalon Studio is not having in-built feature to update to the Excel file. How to update the excel file for each test iteration? Kindly help.