I have a desktop app that I am automating with Katalon Studio using the recorder. Upon successful submission of the module the scenario returns a successful msg if it meets the happy path. Otherwise, error msg is displayed to the user. Once test case gets processed completely, it updates the record in the database for the data input that was entered.
I would like to know is it possible at the end of the script that I can somehow reset the data in the database for the input that was being used in the test case so that I can run the test case with the same input over and over again?
Right now, I have to manually go into the database and reset the record for the input so that test can show the happy path with the same input.
I am trying to figure out if there’s a better way to handle this scenario with Katalon.