November 2018
Intermediate to advanced
520 pages
16h 20m
English
This chapter covers:
This chapter builds on the previous chapter, which introduced testing concepts, including the test pyramid. The test pyramid describes the relative proportions of the different types of tests that you should write. The previous chapter described how to write unit tests, which are at the base of the testing pyramid. In this chapter, we continue our ascent of the testing pyramid.
This chapter begins with how to write integration tests, which are the level above unit tests ...