TDD encourages developers to write _______ tests to cover different aspects of the software.

  • Acceptance
  • Integration
  • System
  • Unit
TDD encourages developers to write Integration tests to cover different aspects of the software. Integration tests ensure that different components or modules work together as expected when integrated into a complete system.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *