Reference

Testing Techniques Library

Every technique you’ll use across your career — from smoke testing on day one to risk-based planning as a lead. Each entry maps to ISTQB and tells you which level it belongs to.

Filter by level: Grad Junior Senior Test Lead 25 techniques documented
ISTQB Ch. 4.2

Black Box Techniques

Specification-based. Tests what the system does — no knowledge of internal code required.

Black Box

Equivalence Partitioning

Divide inputs into groups where all values should behave identically. Test one value per group instead of every value.

Junior Senior
ISTQB CTFL 4.2.1
Black Box

Boundary Value Analysis

Test the edges of equivalence partitions. Most bugs hide at the boundary — at, just below, and just above the limit.

Junior Senior
ISTQB CTFL 4.2.2
Black Box

Decision Table Testing

Map every combination of conditions to expected outcomes. Essential for complex business logic with multiple rules.

Junior Senior
ISTQB CTFL 4.2.3
Black Box

State Transition Testing

Model a system as a set of states and transitions. Ensure every valid path is tested and invalid transitions are rejected.

Junior Senior
ISTQB CTFL 4.2.4
Black Box

Use Case Testing

Derive test cases from use case flows — happy path, alternate paths, and exception flows — from the user’s perspective.

Junior Senior
ISTQB CTFL 4.2.5
Black Box

Cause-Effect Graphing

Visual technique that maps causes (inputs/conditions) to effects (outputs/actions). Systematic predecessor to decision tables.

Senior
ISTQB CTFL 4.4 · CTAL-TA 3.3
Black Box

Pairwise / Combinatorial

Test all possible pairs of input parameters rather than every combination. Dramatically reduces test count while maintaining coverage.

Senior Test Lead
ISTQB CTFL 4.4.3 · CTAL-TA 3.4
Black Box

Domain Analysis

Advanced extension of EP and BVA — analyses input/output domains together to find inter-variable dependencies.

Senior
ISTQB CTAL-TA 3.2
ISTQB Ch. 4.3

White Box Techniques

Structure-based. Tests how the system works — requires visibility into code or architecture.

ISTQB Ch. 4.4

Experience-Based Techniques

Skill and intuition-driven. Not a replacement for systematic testing — a complement to it.

ISTQB CTAL-TM · Senior & Lead

Management & Process Techniques

The skills that scale a team: planning, estimating, prioritising, and improving.

Non-functional & Structural

Accessibility, API & Security Testing

Testing qualities beyond functional correctness: security, accessibility, and API contracts.

🚀
Practices & Frameworks

Agile Techniques Library

22 agile practices from Scrum to SAFe — ceremonies, planning, XP engineering practices, agile testing, and scaling frameworks.

Certification path

ISTQB mapped
to every level

Each level in this bootcamp aligns to an ISTQB certification. The library technique pages show you exactly which syllabus section covers each concept.

Grad + Junior
ISTQB CTFL v4.0
Study guide →
Senior
ISTQB CTAL-TA v4.0
Study guide →
Test Lead
ISTQB CTAL-TM v3.0
Study guide →