...

/

Introduction to Responsible Testing

Introduction to Responsible Testing

Get introduced to the concept of responsible testing and what we will go through in this chapter.

What is responsible testing?

Understanding when and where properties work best is important for responsible testing, and that is what we are going to learn in this chapter.

Throughout the chapter, we’ll take on a practical project based on the birthday greeting “kata” by Matteo Vaccari. This exercise asks us to organize unit tests for a little application in a manner such that as few ...