Section 2: Automated Tests with the TDD Approach
This section forms the backbone of this book and will introduce you to more advanced topics that relate to Cypress and how to use it. In this section, there will be an introduction to how we can think through an idea and use Test-Driven Development (TDD) to take our idea from the conception stage through to development. In this chapter, we will also learn about topics such as interacting with elements using Cypress, the use of aliases, and the Cypress Test Runner.
This section includes the following chapters:
- Chapter 6, Writing Cypress Tests Using TDD Approach
- Chapter 7, Understanding Element Interaction in Cypress
- Chapter 8, Understanding Variables and Aliases in Cypress
- Chapter 9, Advanced Uses of Cypress Test Runner