nromanen / crash_course_2024

5 stars 0 forks source link

Check phone number validation during registration #54

Open ArgasDTiger opened 6 months ago

ArgasDTiger commented 6 months ago

Objective

The purpose of the test is to check whether sign up form has a proper validation for the phone number field.

Pre-conditions

  1. The following website is opened: http://speak-ukrainian.eastus2.cloudapp.azure.com/dev/clubs
  2. Not being logged in the website's account

Input data

  1. Valid phone numbers:
    • 0991238005
    • 096148105
  2. Invalid phone numbers:
    • 099138005
    • 09648105123
    • 996148105

Instructions

Step No.Step descriptionExpected result
1.Click user profile iconOptions to sign in and sign out are suggested
2.Click "Зареєструватися"Sign up window is opened
3.Enter valid phone numbers from the list in "Input data"Sign in the right side of the phone number field is green
4.Enter invalid phone numbers from the list in "Input data"Sign in the right side of the phone number field is red. Below the field is displayed one of the following error messages:
  • Телефон не відповідає вказаному формату
  • Телефон не відповідає українському формату (+380)
The first error must occur during first 2 invalid input examples, both must appear when the last one is used.