Migrate from manual testing
If you already test in the browser by following a checklist, you can automate that same path in QAlity without writing code. Record once, review the steps, run again anytime, then schedule the work before releases.
First automation pathFirst automation path
Start with a short pre-release smoke list (for example login → open dashboard → logout). Avoid migrating your entire regression suite on day one.
Follow Your first test: create a case, install the Chrome recorder if needed, and perform the checklist while recording.
Remove accidental clicks, rename the case clearly, and add a verification where you would normally “check that X is visible.” Use AI step generation during recording for forms and menus if helpful.
Use Browser Execution so you can watch playback and confirm the case matches your intent.
On Pro or Business, schedule the plan in Cloud Execution. When the run finishes, email notifications can include the completion report so the team does not have to watch the run live.
Habits that helpHabits that help
- Name cases by outcome (“User can complete checkout”), not by page title.
- One journey per case. Split long checklists into separate cases.
- Start with 5–10 high-value tests before attempting full coverage.
- After UI changes, edit steps or continue recording from the end—re-recording always continues after the last step.
- Use case variations for valid vs invalid data instead of writing separate manual cases.