Chapter 4

Verification techniques

One of the very important step in unit test is verification. We verify whether the SUT works as expected or not with the test data.

We generally use one of the following three verification techniques depending on the situation

  1. result verification
  2. state verification
  3. interaction verification

Watch video
comments powered by Disqus