dougnoel / sentinel.example

An example project that uses the compiled sentinel jar file for testing.
Apache License 2.0
0 stars 3 forks source link

Feature: New Tours Login #16

Closed dougnoel closed 4 years ago

dougnoel commented 4 years ago

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

dougnoel commented 4 years ago

Child issues: #17, #18

dougnoel commented 4 years ago

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.