Log-in Story

This document shows the initial Log-in story defined by client.

1. [US01] Log In




1. [US01] Log In

As an End User, I want to log in the system so that I can browse protected pages.

Main Scenario



If the user enters wrong password three times then the system locks the account.

M-1. I log in with my credentials


The user enters ID and password.

M-2. I can browse the protected page


The system displays the protected page.
And the user can see protected information on the page.

End of Story

Navigation Map: [US01]




Test Scenarios: [US01]

Story: [US01] Log In

Main Scenario:
       Given I am a logged-out user
       And I am on a login form
  M-1. When I log in with my credentials
  M-2. And I can browse the protected page