3. You have just started designing test cases for the following user story.
As a customer,I want to be able to filter search results by price range, so that I can find products within my budget more easily.Acceptance criteria:1. The filter should work for all versions of the application from version 3.0 upwards2. The filter should allow the customer to set a price range with a minimum and a maximum price3. The search results should update dynamically as the customer adjusts the price range filter
In all test cases the precondition is as follows: there are only two products available, products A and B. Product A costs $100 and product B costs $110.
Which of the following is the BEST example of a test case for this user story?