Organizing Your Tests

Find out how to write more readable, reusable, and manageable test cases.

We'll cover the following...

In the “Fixtures and Integration” lesson, we briefly talked about different ways to organize our test files:

  • Organizing by functionality
  • Organizing by components
  • Organizing by different pages (the approach we will follow in this course)
  • Organizing until we feel comfortable with the setup

In this lesson, we will look at ...