mohammed-ibenayad / exploratory_testing_opencart

I created this repo to showcase how exploratory testing can be performed from end-to-end perspective
0 stars 1 forks source link

Missing proper validation for the telephone number field #8

Open mohammed-ibenayad opened 1 year ago

mohammed-ibenayad commented 1 year ago

Bug area

Describe the bug The system allows introducing invalid telephone number.

To Reproduce

  1. Login with valid credentials.
  2. Choose the menu item "My account" from the top left menu.
  3. Click on the link "Edit Account"
  4. Enter non numerical value in the telephone number field.
  5. Click on "Continue".

Actual results The system displays the following message : "Success: Your account has been successfully updated"

Test data Telephone number = "this is a string"

Expected behavior The system should display an error that this is an invalid telephone number.

Screenshots

Capture

Desktop (please complete the following information):

Smartphone (please complete the following information): NA

Additional context NA