Test-Driven Java Development(Second Edition)
上QQ阅读APP看书,第一时间看更新

Testing

Even though the main objective of TDD is the approach to code design, tests are still a very important aspect of TDD and we should have a clear understanding of two major groups of techniques, as follows:

  • Black-box testing
  • White-box testing