Testing#

This is the third and last chapter that shows how to move from writing code that works to writing software. In this particular chapter you will consider how to write automated tests for your software.

Important

In this chapter we will cover:

  • Assert statements to test code.

  • Testing documentation.