Actions
BUG #3116
open[SQA] Filters for Year, Price and Mileage returning incorrect or inconsistent results
Start date:
09/05/2025
Due date:
% Done:
0%
Estimated time:
Description
During testing, multiple issues were identified in the filter functionality on the Home Page
- Filter by Year (From–To)
Example: Toyota 2008 to 2010 returns vehicles outside the selected range for example from year 2012.
- Filter by Price (Min–Max)
Example: Toyota price $500 to $1000 returns results, which includes price outside the selected range.
- Filter by Mileage (Min–Max)
Example: Toyota mileage 1000 to 10000 km returns results outside the selected range.
Steps to Reproduce:
Open the Home Page or Stock page and then -
- Apply filter by Year for Make:Toyota and click search button.
- Reset and apply filter by Price (set Min and Max) for Toyota and click search button.
- Reset and apply filter by Mileage (set Min and Max) for Toyota and click search button.
- Observe the returned results for each filter.
Expected Result:
- Year filter should only return results within the selected year range.
- Price filter should only return results within the specified price range.
- Mileage filter should only return results within the specified mileage range.
Actual Result:
- Year filter returns results outside the selected range.
- Price filter does not maintain the Min–Max values.
- Mileage filter does not maintain the Min–Max values.
Video:
https://drive.google.com/file/d/1bv_49eWZwA7GmFzX6_8S9KHlsr-nrHKl/view?usp=sharing
Updated by Nazmul Hossain Shovon 7 months ago
- Status changed from Pending to In Progress
- Assignee set to Sayful Islam
the pqsjapan api is returning wrong data
Actions