Slide 12
Slide 12 text
RainerHahnekamp
Pros & Cons
Unit Tests
✅ Fast
✅ Exploratory
✅ Bug easy to find
✅ Encore good Design
⛔ No Refactoring
⛔ High Maintainability
⛔ Low Coverage
⛔ Low Confidence
Integration Tests
✅ High Coverage
✅ Support Refactoring
✅ Lower Maintenance
✅ High Confidence
⛔ Difficult Setup
⛔ Slower than Unit Tests
End-to-End
✅ Great DX
✅ Highest ROI
✅ Real Environment
✅ No Technical Challenges
● CD, Async, DOM Events
⛔ Very Slow
⛔ High Coupling
⛔ Full E2E not always possible