QA & Web Testing
Smoke tests, regression sweeps, repro recordings. Test real user flows in a real browser without writing test scripts.
Example tasks
"Go to our staging site. Sign up with a test account, add an item to cart, go through checkout, and confirm the order completes."
A step-by-step transcript of the checkout flow with screenshots at each stage.
"Run through these 15 critical user flows on staging and report any that fail or show errors."
A pass/fail report for all 15 flows with error details and screenshots for failures.
"Reproduce this bug: go to the settings page, change the email, save, then check if the confirmation email arrives."
A recorded reproduction with step-by-step actions, timestamps, and the final state.
What it replaces
- ✕Writing and maintaining brittle Selenium or Cypress scripts
- ✕Manual smoke tests before every release
- ✕Trying to reproduce reported bugs step by step
Tips for this workflow
Save common test flows as templates for repeated use.
Use the run transcript as a bug report attachment.
Schedule smoke tests to run after every deploy.