SeleniumLab

Course3 · Professional QA engineering → CI/CD, Quality Gates & Environments

3 · Professional QA engineering

Environments and progressive delivery

16 min · Module 22

Typical chain: local → CI → staging/preprod → production. Use feature flags, canaries, and blue/green to limit blast radius.

Lab releases simulate environment promotion: 1.0.0 stable → 1.1.0-rc risky → 1.1.1 hotfix.

Example / notes

# Promotion checklist
# 1) deploy RC to lab  2) execute P0 tickets  3) hotfix if needed  4) sign off

Practice in Lab: /lab/releases/

Log in to track progress / take quizzes
← Pipelines and quality gates
Modules in this track