Challenge: Log In

Work through a challenge to test your understanding of feature layer testing.

We'll cover the following...

Problem statement

You’re given the following scenario:

Press + to interact
Scenario: I log into my account
Given I already have an account
But I am logged out
When I log into the application
Then I should see a welcome message

Write the step ...