Closed dougnoel closed 4 years ago
Child issues: #17, #18
Part of an example project for showing how you should create stories and tasks to track your automated tests. Using Sentinel successfully is part of a larger process in which tests should be tied to tickets, which should be tied to code commits.
Description: As a user of the New Tours website, I want to be able to login, so that I can access my personal information.
As a user of the New Tours website, if I enter incorrect login information, I want to receive a registration link, so that I can create an account.
Acceptance Criteria:
Scenario: Successful Login Given I am on the New Tours Login Page When I fill the account information for account RegularUser into the Username field and the Password field And I click the Sign In Button Then I am redirected to the New Tours Sign On Page And I verify the Sign On Header exists
Scenario: Failed Login Given I am on the New Tours Login Page When I fill the account information for account BadUser into the Username field and the Password field And I click the Sign In Button Then I am redirected to the New Tours Sign On Page And I verify the Registration Form Link exists