Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Requirement

User Story

Importance

Test Scenarios

1

Short and guided sign up

is a senior official in Ministry of Ag in Ethiopia and wants to sign up in quick efficient way

HIGH

Step 1

Recommendations from QA

  • First Name field should be mandatory field with red *. If we agree to have this as mandatory, we should have the following checks:

a. Without entering First Name in FIRST NAME filed and try to click on NEXT STEP button, NEXT STEP button should be in read only

b. Without entering First Name and try to click on NEXT STEP button, FIRST NAME field (the box) should heightened with red colour indicating to enter FIRST NAME

c. didn't enter FIRST NAME and click on NEXT STEP button , application should throw validation message saying “Enter First Name”

  • Last Name field should be optional and not mandatory. That is no red *, but if we decide to have ti mandatory, we should have the following tests:

a. LAST NAME should not include special Characters and Numeric

b. enter invalid Last Name (includes special character's and Numeric) and click on NEXT STEP button, application should throw Error message saying “Enter Valid Last Name”

c. Without entering LAST NAME in LAST NAME field and try to click on NEXT STEP button, NEXT STEP button should be in read only

d. Without entering LAST NAME and try to click on NEXT STEP button, LAST NAME field (the box) should heightened with red colour indicating to enter LAST NAME

e. didn't enter LAST NAME and click on NEXT STEP button , application should throw validation message saying “Enter LAST Name”

  • When entering phone/ mobile number, there should be a dropdown to select country with flag and code which needs to be selected - mandatory

Error messages

  • should enter valid email address with proper Domain name example (@hotmail.com)

a. enters Invalid Email, application should throw Error message in red colour saying “Enter Valid Email Address” next to/below/above You’ll receive an OTP on your email

  • USERNAME should not include special character's in USERNAME field (can have numeric)

a. enters invalid username $ or $ and it should show an error below the field

  • USERNAME if not available should be suggested

a. as a username is already taken, the system should show the message that username doesn’t exist and suggest two different available usernames, for example, 01 and 02 are available

Validation messages

  • Without entering Email Address in EMAIL ADDRESS field and try to click on NEXT STEP button, Application should throw validation message saying “Enter Valid Email Address”
  • Without entering Email Address in EMAIL ADDRESS field and try to click on NEXT STEP button, NEXT STEP button should be in read only
  • didn't enter USERNAME and try to click on NEXT STEP button , application should throw validation message saying “Enter UserName”
  • Without entering UserName in USERNAME field and try to click on NEXT STEP button, NEXT STEP button should be in read only
  • didn't enter PHONE NUMBER and try to click on NEXT STEP button , application should throw validation message saying “Enter PHONE NUMBER”
  • Without entering Phone number in PHONE NUMBER field and try to click on NEXT STEP button, NEXT STEP button should be in read only

Open questions :

  • For phone number how many numbers can be enter in Phone number field

Step 2

Recommendations from QA

  • Application should send valid code in the form of numeric
  • RESEND button should be active only if the time is elapsed (120 seconds) for entering OTP and there should be a message and question mark for tool tip
  • click on RESEND, Application should display Validation message saying “CODE sent successfully”
  • If two or more OTPs get delivered, the most recent should be valid for sign up - optional (to be discussed)

Validation messages

  • Without entering code and try to click on NEXT STEP button, NEXT STEP button should be in read only
  • didn't enter code and try to click on NEXT STEP button , application should throw validation message saying “Enter Code”

Error messages

  • enter Invalid code and try to click on NEXT STEP button , application should throw validation message saying “Enter Valid Code”
  • accidentally try to enter alphabets, Application should not allow to enter

Open questions:

  • Should there be expiry of this step. For example, user left in between without entering OTP or didn’t get OTP but didn’t close the application. He comes next day, will he be able to RESEND OTP.

Step 3

  • Password should contains at least 8 character's which includes Alphabets, 1 Numeric , 1 special character

a. If password is less than 8 characters application should display validation message saying “Password should contains at least 8 character's which includes Alphabets, 1 Numeric, 1 special Character“ in Enter Password field

  • enter invalid Password in Enter Password field , Application should throw Error message saying “Enter valid password”
  • didn't enter Password in Enter Password field, Application should throw Validation message saying “Enter password”
  • Application should not allow to enter password in Confirm Password field first without entering in Enter password field
  • enter wrong password in Confirm password field, application should throw error message saying “Passwords do not match“
  • After enters Valid password in Enter Password field and Confirm password field, application should enable Next Step
  • After enters invalid password in Enter Password field and Confirm password field, application should not enable Next Step
  • clicks on eye symbol in Enter Password field and she need to hold to view the password, after unclick password should hide
  • clicks on eye symbol in Confirm Password field and she need to hold to view the password after unclick password should hide
  • Application should show green colour tick mark next to Enter Password filed to make sure that user enter valid password
  • Application should show green colour tick mark next to Confirm Password filed to make sure that user enter valid password
  • Application should show X in red colour next to Enter Password filed to make sure that user enter invalid password/wrong password
  • Application should show X in red colour next to Confirm Password filed to make sure that user enter invalid password/wrong password
  • enter Password in Enter Password field and didn't enter password in Confirm password filed, application should not enable NEXT STEP unless it is in read only mode
  • enters valid password in Enter password field application should display green tick, but enters wrong password in confirm password field application should display X symbol in red colour

  • No labels