...

/

Introduction: FIRST Tests and the Test Pyramid

Introduction: FIRST Tests and the Test Pyramid

Get an introduction to what you’ll learn in this chapter.

We'll cover the following...

So far in this course, we’ve seen the value of writing unit tests that run quickly and give repeatable results. FIRST tests provide rapid feedback on our design. They’re the gold standard of unit tests. We’ve also seen how hexagonal architecture helps us design our code in a way that gets ...