Course → Practical Lab assessments → Practical — End-to-end QA workflow
Practical Lab assessments
E2E workflow checkpoint
30 min · Module 5
Capstone for Python-fluent learners: treat Lab as your job for one release cycle. Mix UI automation, API checks, risk-based selection, and stakeholder-ready reporting.
Example / notes
# Suggested capstone script outline
# 1) health API ok
# 2) UI login + create unique ticket
# 3) API list contains ticket
# 4) if release has search_broken: assert empty + file defect path
# 5) print version + pass/fail summary
Practice in Lab: /lab/
Modules in this track
- 1. Practical — Selenium on HelpDesk
- 2. Practical — HelpDesk API
- 3. Practical — Releases & regression
- 4. Practical — Defects & reporting
- 5. Practical — End-to-end QA workflow