Discuss the potential pitfalls of solely relying on Black Box Testing for a software testing strategy.

  • Limited code coverage
  • High maintenance overhead
  • Low testing repeatability
  • Limited understanding of user needs
Black Box Testing primarily focuses on input and output behavior, which may result in limited code coverage. It might miss certain internal issues and code vulnerabilities, potentially leading to incomplete testing.
Add your answer
Loading...

Leave a comment

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