Scenario Outline: The user cannot sign up with wrong username format
Given theuserclearsinput"onboarding_DiplayName_Input"
When theuserinputsthefollowing"<username>"withui-component"onboarding_DiplayName_Input"
Then thefollowingui-component"onboarding_DetailsView_NextButton"isnotenabled
Examples:
|username |
|Athl |
|Gra |
|tester3@ |
Scenario Outline: The user cannot sign up with wrong password format in both new password and confirmation input
Given theuserinputsusername"<username>"
When theuserinputsthefollowing"<wrongpassword>"withui-component"onboarding_newPsw_Input"
And theuserinputsthefollowing"<wrongpassword>"withui-component"onboarding_confirmPsw_Input"
Then thefollowingui-component"onboarding_create_password_button"isnotenabled
Examples:
|username |wrongpassword |
|tester124 |badP |
Scenario Outline: The user cannot sign up with right password format in new password input but incorrect in confirmation password input
Given theuserinputsusername"<username>"
And theuserinputsthefollowing"<password>"withui-component"onboarding_newPsw_Input"
When theuserinputsthefollowing"<wrongpassword>"withui-component"onboarding_confirmPsw_Input"
Then thefollowingui-component"onboarding_create_password_button"isnotenabled
Examples:
|username |wrongpassword |password |
|tester124 |bad2!s |TesTEr16843/!@01 |
Scenario Outline: The user cannot sign up with incorrect confirmation-again password
Given theuserinputsusername"<username>"
And theuserinputsthefollowing"<password>"withui-component"onboarding_newPsw_Input"
And theuserinputsthefollowing"<password>"withui-component"onboarding_confirmPsw_Input"
And theuserclicksonthefollowingui-component"onboarding_create_password_button"
When theuserinputsthefollowing"<wrongpassword>"withui-component"onboarding_confirmPswAgain_Input"
Then thefollowingui-component"onboarding_finalise_password_button"isnotenabled
Examples:
|username |wrongpassword |password |
|tester123 |TesTEr16843/!@) |TesTEr16843/!@01 |
Scenario Outline: The user cannot finish Sign Up and Sign In process with wrong password format in both new password and confirmation input
Given theuserinputsusername"<username>"
When theuserinputsthefollowing"<wrongpassword>"withui-component"onboarding_newPsw_Input"
And theuserinputsthefollowing"<wrongpassword>"withui-component"onboarding_confirmPsw_Input"
Then thefollowingui-component"onboarding_create_password_button"isnotenabled
Examples:
|username |wrongpassword |
|tester123 |Invalid34 |
Scenario Outline: The user cannot finish Sign Up and Sign In process with right password format in new password input but incorrect in confirmation password input
Given theuserinputsusername"<username>"
And theuserinputsthefollowing"<password>"withui-component"onboarding_newPsw_Input"
When theuserinputsthefollowing"<wrongpassword>"withui-component"onboarding_confirmPsw_Input"
Then thefollowingui-component"onboarding_create_password_button"isnotenabled
Examples:
|username |wrongpassword |password |
|tester123 |Invalid34 |TesTEr16843/!@00 |
Scenario Outline: The user cannot finish Sign Up and Sign In process with incorrect confirmation-again password
Given theuserinputsusername"<username>"
And theuserinputsthefollowing"<password>"withui-component"onboarding_newPsw_Input"
And theuserinputsthefollowing"<password>"withui-component"onboarding_confirmPsw_Input"
And theuserclicksonthefollowingui-component"onboarding_create_password_button"
When theuserinputsthefollowing"<wrongpassword>"withui-component"onboarding_confirmPswAgain_Input"
Then thefollowingui-component"onboarding_finalise_password_button"isnotenabled