Skip to main content
#71 Greenhorn 💚 Newsletter

An example of a Low functional bug: input email validation.

Charlie avatar
Written by Charlie
Updated over 6 months ago

LEVEL UP Your Reporting

Example of a Low-functional bug.

Here, navigate to the video for better quality.

Exemplary Bug Form

Feature:

Checkout

Bug Type:

Low functional

Title:

Users can progress over the checkout process as guest users with an invalid email with a dash at the beginning of the domain but get ❝Please enter a valid email address❞. when entering double @@

URL:

Steps:

  1. Add any product to the cart and proceed to the cart page

  2. Click the "Checkout" button

  3. Scroll down the page to the "Ordering without an account" section

  4. Enter invalid email e.g. de456@@qa.team in the "Email" box

  5. Click the "Next" button

  6. Enter invalid email (with dash at the beginning of the domain) e.g. [email protected] in the "Email" box

  7. Click the "Next" button

Actual result:

It's possible to start the checkout process as a guest user using an invalid email. The next page opens, and the error message for the invalid email is not shown on the checkout login page after entering an invalid email (with a dash at the beginning of the domain) in the "Email" box in the "Ordering without an account" section and clicking the "Next" button.

Expected result:

The error message about an invalid email is shown below "Email" box on the checkout login page after entering an invalid email (with a dash at the beginning of the domain) in the "Email" box and clicking the "Next" button, just as it appeared with another invalid email in steps 5-6.



Did this answer your question?