A Capture/Replay Tool is a type of test execution tool that records user inputs and interactions during manual test execution to generate automated test scripts. These scripts can later be replayed to validate application behaviour. These tools are commonly used to support automated regression testing, helping ensure that existing functionality remains unaffected by new changes or updates.
