Chapter 8. Where to Go from Here

You learned how to write tests for models, view controllers, and networking code using the TDD workflow. Of course, an introductory book can only cover an overview of the wide topic of TDD.

There is more to learn (as always). This chapter starts with a recap of what we have covered in the book so far. Then, it'll go on to describe certain possible topics that you can take a look at next.

This chapter covers the following topics:

  • What we have learned so far
  • Integration tests
  • UI tests
  • Behavior-Driven Development
  • TDD in existing projects
  • More information on TDD

What we have learned so far

In the course of this book, we have mainly written unit tests. As the name suggests, unit tests test small units in isolation. The advantage ...

Get Test-Driven iOS Development with Swift now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.