Skip to main content
#66 Greenhorn 💚 Newsletter

An example of a High functional bug: sorting order issue on search result page.

Charlie avatar
Written by Charlie
Updated over 6 months ago

LEVEL UP Your Reporting

Example of a High-functional bug.

Here, navigate to the video for better quality.

Exemplary Bug Form

Feature:

Search

Bug Type:

High functional

Title:

The items are sorted in random order on the search results page for "new" after sorting by "Price (ascending)"

URL:

Steps:

  1. Enter "new" in the "Search" field

  2. Click the "Search" button

  3. Sort results by "Price (ascending)"

  4. Scroll down the page

Actual result:

The items are sorted in an incorrect order on the search results page after sorting by "Price (ascending)". For example, the "Pate No.1 Shining Star" item priced at 2,79 € is shown ahead of the "Record Box - Vinyl Record Storage Klebepunkte für Modulsystem Regale" item priced at 2,51 €.

Expected result:

The items should be sorted in a correct order on the search results page after sorting by "Price (ascending)", with lower-priced items displayed ahead of higher-priced items.

Did this answer your question?