Section
Testing
5 handbook pages
End-to-End Testing 06-testing/end-to-end-testing End to End Testing End to End Testing Overview End to end tests verify that the user can complete a full workflow through the real applicati... Integration Testing 06-testing/integration-testing Integration Testing Integration Testing Overview Integration tests verify that multiple parts of the system work together correctly. Why It ... Testing Checklist 06-testing/testing-checklist Testing Checklist Testing Checklist Overview A testing checklist keeps repeatable verification from being forgotten during delivery. Why It ... Testing Strategy 06-testing/testing-strategy Testing Strategy Testing Strategy Overview Testing strategy is the plan for what to test at each level and why. Why It Matters A good strate... Unit Testing 06-testing/unit-testing Unit Testing Unit Testing Overview Unit tests verify small pieces of logic in isolation. Why It Matters They catch regressions quickly and m...