This document provides 5 key patterns for testing:
1. Split expectations, workflows, and interactions
2. Isolate only things you completely understand when simulating
3. Make the link from test inputs to outputs obvious
4. Optimize tests for troubleshooting rather than writing tests
5. Re-organize tests to enable discovery
1 of 34
More Related Content
Test Automation Without the Headache: Agile Tour Vienna 2015
33. 5 KEY PATTERNS
1) Split expectations, workflows and interaction
2) Isolate only things you completely understand
3) Make the link from inputs to outputs obvious
4) Optimise for troubleshooting not for writing
5) Re-organise for discovery