The Second Test: Click Registration Link

Let’s implement and run the second feature test.

We'll cover the following

We’ve already seen how the little steps we take add up. This is the process we’ll continue.

Mastering this process will improve one’s programming life. It takes some time to sink in, but it’s worth it in the long run.

Setting up the test

Recall that our second step was "I click on the registration link".

So, what does it mean to click on the registration link? We obviously need to have the link somewhere on the homepage because that’s where our user is when they try to click it. For this test to pass, it’s enough to find the link and click on it.

Here’s how that might look:

Get hands-on with 1200+ tech skills courses.