Skip to main content

Introduction to test maintenance

Test maintenance is an integral aspect of test automation. Test maintenance is fixing tests so they stay up to date with code changes. It is also important to update your automation framework infrastructure if there are any changes to the tools or third-party libraries you use.

An automated regression test suite usually contains many tests that require test maintenance to ensure that the application is being validated properly.

Katalon Studio provides you with several methods to handle errors during test execution. These features can reduce your test maintenance effort substantially, especially when test cases run in batches overnight. You can refer to the following articles:

You can also view and manage unused test objects, which gives you an insight into which objects are useful and which should be updated or removed. See: Refactor test objects in Katalon Studio.