Testing Spikes

Testing methodologies

How do different testing methodologies try to improve the way we write tests?

Questions to consider

  1. What is Test-Driven Development (TDD)? Can it help us write better code?
  2. What is Behavior-Driven Development (BDD)? How do we translate user requirements into automated tests?
  3. What is test coverage? Can this tell us about the quality of our tests?

Useful resources

These resources are helpful extra reading that may clarify or enhance concepts you’re learning in the main curriculum.