To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorRegister
In order to verify Registration Process
As a tester
I want to navigate Registration functionality
- Scenarios
-
- Navigate from Home to Log on Page
- Navigate from Log On to Register
- Register User
- Password validation
-
- Given
- I am in the "Home" Page
- When
- I click on "LogOn" "link"
- Then
- the app navigates to "Log On" Page
-
- Given
- I am in the "LogOn" Page
- When
- I click on "Register" "link"
- Then
- the app navigates to a page displaying "Create a New Account" text
- Register User
-
- Given
- I am in the "Register" Page
- And
-
I complete the form as follows
Label Value UserName codecamp2011 Email [email protected] Password codecamp2011 ConfirmPassword codecamp2011 - When
- I click on "Register" "button"
- Then
- the app navigates to "Welcome" Page
- Then
- the app displays the username "codecamp"
- Password validation
-
- Given
- I am in the "LogOn" Page
- And
-
I complete the form as follows
Label Value UserName codecamp Password codecamp - When
- I click on "Log On" "button"
- Then
- the app displays the following error message "The user name or password provided is incorrect."
Last published almost 7 years ago by fpcoronel.