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

Scenario: Successful Registration #20

Closed dougnoel closed 4 years ago

dougnoel commented 4 years ago

Child issue for #19

Given I am on the New Tours Login Page
When I click the Register Menu Link
    And I am redirected to the New Tours Registration Page
    And I enter Bob in the First Name Field
    And I enter Smith in the Last Name Field
    And I enter bobsmith in the Username Field
    And I enter passw0rd in the Password Field
    And I enter passw0rd in the Confirm Password Field
    And I click the Submit Button
Then I am redirected to the New Tours Registration Confirmation Page
    And I verify the Registration Header exists
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.