Test Cases for Filter

.

 Filter Functionality Test Case  

Hello Folks, 

In this tutorial, we will learn how to test cases for filter in software testing. We will also learn about positive test scenarios and Negative test scenarios.

What are test cases for a filter?

Here! An important test case for the filter is given...

UI Test Cases

  • Check that the filter expands when the user clicks on it.
  • Check that the filter collapses when the user clicks on it again.
  • Verify that the filter is responsive and aligned properly. (Mobile, Tablet, Laptop)
  • Verify the label for the filter is as expected.

Functional Test Cases
  • Verify that the filter displays all available options for the search.

  • Verify that the search result before applying the filter is expected.
  • Check that the search result is showing as expected after applying the filter.
  • Verify that the option to clear the filter is working as expected.
  • Verify that the result after applying the filter is as expected.
  • Verify the Pagination after applying the filter.
  • Verify the filter is there in a combination (Price+Category).

  • Verify the default state of the filter (Default value)
  • Verify that applying a filter with no matching result shows “No results found.”
  • Verify that the filter results are consistent with the database or API response.
Combination & Dependency Test Cases

  • Check that the dependent filter is working correctly (On selection of state, city should be loaded)
  • Verify that removing one of multiple filters updates the result accordingly.


Hope!!! The above Test Scenarios on the filter are helpful for you...

Team,
QA acharya

Share Your Knowledge With Us -
Mail your content to qaacharya.in@gmail.com

Filter Test Cases


Post a Comment

0 Comments