Delete Tests
14 days ago
- #software-testing
- #agile
- #development
- Tests exist to increase confidence in software changes.
- Flaky tests decrease confidence by failing randomly and should be deleted.
- Tests that require excessive updates for small changes should be deleted.
- Long-running tests that are skipped reduce confidence and should be deleted.
- Tests for outdated business requirements should be deleted to focus on new behavior.