User.feature

From Logic Wiki
Jump to: navigation, search


Feature: Register a new User
   In order to register  a new User
   As member of the site
   So that they can log in to the site and use its features
    
   Scenario: Browse Register page
     When the user goes to the register user screen
     Then the register user view should be displayed


Feature: Register a new User
   In order to use the features provided by CodeBlog
   a user should be able to register to the website
   
   Scenario: Create a new user registration
     When the user visits the registration page
     And enter the following information
     | Field | Value | 
     | username | johndoe |
     | password | star |
     And click the "Register" button
     Then the user should be redirected to the confirmation page