Recorder
A tool that captures a user's interactions with an application and turns them into an automated test.
What is Recorder?
What is Recorder?
A recorder watches what you do in an application—clicks, typing, navigation—and generates test code that reproduces the flow, letting you author a test by demonstrating it rather than programming it. The quality of a recorder is judged by the code it produces: readable, with resilient locators and meaningful assertions, not a brittle transcript of coordinates. QI's recorder captures real flows inside an embedded browser (and on mobile) and emits clean, self-healing Playwright specs you can run, edit, and export, making test creation fast and accessible.