~15 min

Static testing and reviews

Finding defects in requirements before executing code.

Finding defects without executing code

Static testing evaluates work products (requirements, design, code) without executing them. Its big advantage is detecting defects very early, when fixing them is cheap. Reviews are the static technique most used by manual QA.

Review types (least to most formal)
TypeCharacteristic
InformalNo defined process; quick
WalkthroughLed by the author
Technical reviewDone by expert peers
InspectionThe most formal: roles, metrics, criteria

Dynamic testing executes the software; static testing does not. They are complementary: static prevents, dynamic verifies actual behavior.

QuestionToca para voltear

Which is the most formal review type?

Reviewing a requirements document in a meeting led by its author is an example of…

¿Quieres guardar tu progreso?

Crea una cuenta gratis para guardar tu avance, ganar puntos e insignias y desbloquear los campus de ISTQB y Automatización.

Crear cuenta gratis
Siguiente Lección
Static testing and reviews | PlayQAcademy