Hello All,
I have below Scenario ,issue and query while performing regression testing using katalon studio.
Scenario
Initially I create test script using record mode and all the steps performed on the web application page is recorded and script is created.
Once new released is out for the application , I re-run all the previous test cases as a part of regression testing
Issue
On Re-run, most of the recorded test cases failed on various test steps and the common error I always get is " object not found" ( this is not the exact error message text displayed but it means that object, katalon studio is looking on the page is not found)
Query
So I may please know why every time most of the previously recorded test cases are failed on re-run. ( test cases are very flaky)
It might be possible that location of the objects changes every time with new release.
So I may I know what will be the solution for this issue so that I can avoid rework again because of the failed test cases ?