The bootcamp, compressed into a scroll.
Every section below is a real week. Every testimonial is a real graduate. The progress bar on the left fills as you read.
Foundations & Test Design
Build the mental model before touching a framework.
- SDLC & where QA fits at every stage
- Test case design: equivalence partitioning, boundary analysis
- Bug taxonomy — severity vs. priority, defect lifecycle
- Exploratory testing techniques used at FAANG
- Writing test plans that engineers actually read
"The test design module alone changed how I think about software. I went from clicking around randomly to writing test cases that caught 3 production bugs in my first week on the job."
Automation Frameworks
Selenium, Cypress — write tests that run while you sleep.
- Selenium WebDriver: locators, waits, Page Object Model
- Cypress: component testing, network stubbing, time-travel debugging
- JavaScript & Python fundamentals for QA automation
- Test data management & fixtures
- Parallel test execution — cut your CI run from 40 min to 8 min
"I had zero coding experience. By Week 6 I had a Cypress suite with 47 tests running in GitHub Actions. That repo got me three interviews in one week."
CI/CD Pipelines & API Testing
Ship tests into production workflows with Postman and GitHub Actions.
- REST API fundamentals — status codes, headers, auth patterns
- Postman Collections: environment variables, pre-request scripts
- Newman CLI — run Postman suites in any CI pipeline
- GitHub Actions: trigger tests on every pull request
- Contract testing with Pact — catch breaking changes before deploy
"The CI/CD week was the unlock. I could finally talk to senior engineers as a peer — not just "the tester." Twilio hired me specifically because I had Newman running in GitHub Actions."
Capstone Projects
Real automation suites built by real graduates. These are the portfolios that got them hired.
E-Commerce Checkout Automation Suite
127 Cypress tests covering cart, checkout, payment, and order confirmation flows. Runs in 4 minutes via GitHub Actions on every PR.
Payments API Test Collection
89 Postman tests across REST endpoints for a fintech API. Newman integrated into Jenkins pipeline — catches regressions before they reach staging.
Healthcare Portal Regression Suite
Selenium POM framework in Python — 203 tests across patient portal, scheduling, and records. Reduced manual regression time from 3 days to 45 minutes.
Your next chapter starts here.
12 weeks. Real tools. A portfolio that hiring managers recognize. Choose your path below.