ChrisRaynerSG / AutomatedWebTestingProject

A project to look at the functionality of https://automationexercise.com/ derive user stories, and create test cases for those users stories.
0 stars 2 forks source link

searching for 'dresses' does not return dresses - the specific search term 'dress' is required - search should be pattern matching #26

Open l-hepper opened 2 months ago

l-hepper commented 2 months ago

Defect Report: Searching for 'dresses' does not return dresses - the specific search term 'dress' is required

26

Date: 02/09/2024

Tester: Liam Hepper

Assigned To:

Severity: Moderate

Priority: Medium

Status: Unresolved

Summary: The search functionality does not use pattern matching, requiring an exact match of the search term. Searching for "dresses" does not return the expected results for "dress."

Expected Result: Search results should be returned for all variations of the search term (e.g., "dress" and "dresses").

Actual Result: Search only returns results for the exact term "dress."

Defect Description:

Go to https://automationexercise.com/products
Enter the search term "dresses" in the search bar
Click Submit or press Enter