Skip to main content

Practice ยท 3 of 3

Pyramid Level Picker

Write testLevel(spec) mapping test descriptions to pyramid levels: specs mentioning "user" or "click" or "browser" => "e2e"; specs mentioning "with real" or "together" => "integration"; otherwise "unit". Case-insensitive.

Difficulty: intermediate

Back to lesson: Practice: Designing Test Cases โ€” Practice