Recovery Mechanism
The Recovery Mechanism feature improves the stability and reliability of automated test executions by allowing predefined actions when a test case fails. Failures can occur due to temporary issues like environment glitches, leftover test data, or system instability. Without proper handling, these failures can result in inconsistent outcomes and recurring breakdowns.
Recovery Steps allow automated execution of clean-up or reset actions—such as closing applications, resetting settings, clearing cached data, or rolling back changes—to restore the environment to a stable state ready for re-execution.
By embedding recovery logic into test case folders, this feature simplifies maintenance, minimizes manual intervention, reduces downtime, and increases success rates. This structured approach supports accurate test results, faster feedback cycles, and improved product quality.
This document includes:
Last updated
Was this helpful?