Learning paths
The Academy contains a lot of content. These learning paths give you a focused, ordered reading list matched to your role and goals. Follow the path that fits, then explore the remaining sections at your own pace.
QA engineer (new to performance testing)
Section titled “QA engineer (new to performance testing)”You run functional and regression tests today and want to add performance coverage to your team’s workflow.
Goal: understand the basics, run a first load test in MaxoPerf, and establish a repeatable regression pattern.
- What is performance testing?
- Performance testing vs other test types
- Core metrics explained
- Virtual users and concurrency
- Smoke test — run one now to prove your setup works.
- Load test — the baseline test type you will run most often.
- Getting started — MaxoPerf walk-through from sign-in to first run.
- Anatomy of a load test result
- Baseline regression test
- Scheduled regression test
- Do & Don’t: designing realistic load
- Pre-flight checklist
Developer (performance-curious)
Section titled “Developer (performance-curious)”You write application code and want to add a performance gate to your CI pipeline or validate a specific API under load.
Goal: run an API load test, integrate it into CI, and set a failure criterion.
- What is performance testing?
- Core metrics explained
- Latency percentiles deep dive — why p95/p99 matter more than averages.
- API performance test
- REST API CRUD load test — recipe you can copy today.
- Auth / login token flow — handle authenticated endpoints.
- k6 scripts on Maxoperf — if your team prefers JS.
- Taurus fundamentals — the quickest path to a repeatable YAML config.
- Failure criteria / pass-fail gates
- CI-gated performance test
- Run tests from CI
- Common pitfalls and anti-patterns
Performance engineer (experienced)
Section titled “Performance engineer (experienced)”You already know load testing well and want to understand how MaxoPerf models the patterns you use — open/closed workloads, complex executor chains, distributed multi-region runs, and advanced analysis.
Goal: map your existing knowledge to MaxoPerf; run advanced scenarios.
- Open vs closed workload models
- Ramp-up, think time, and pacing
- Baselines, SLOs, and error budgets
- How much load do you need?
- Taurus executors catalog — every executor MaxoPerf supports.
- Stress test
- Spike test
- Soak / endurance test
- Breakpoint / capacity test
- Multi-region distributed load
- RPS-controlled throughput test
- Staged ramp profile
- Comparing runs and baselines
- Build a reporting dashboard
- Interpreting results dos and don’ts
Quality lead / quality center
Section titled “Quality lead / quality center”You own the performance testing strategy for a team or organization and want consistent, repeatable processes.
Goal: establish standards, pick the right test types for each scenario, and give your team a shared vocabulary.
- Test types overview — the full taxonomy and decision matrix.
- Baselines, SLOs, and error budgets
- Choosing safe test environments
- Designing realistic load
- Test data dos and don’ts
- Safe and ethical load testing
- Common pitfalls and anti-patterns
- Pre-flight checklist
- Learning paths — share this page with your team so each member follows the path that fits their role.
- Glossary — establish a shared vocabulary across the team.
- Scheduled regression test
- CI-gated performance test
- Failure criteria / pass-fail gates
What’s next
Section titled “What’s next”After completing your path, explore the remaining Academy sections to fill in any gaps. The How to use this library page explains the page template and conventions every author follows, which helps you read any Academy page efficiently.