mohammed-ibenayad / exploratory_testing_opencart

I created this repo to showcase how exploratory testing can be performed from end-to-end perspective
0 stars 1 forks source link

Product search functionality scenarios and notes #13

Open sojoodsweiti opened 1 year ago

sojoodsweiti commented 1 year ago

Test area

Test type

Describe your test scenario Testing the search functionality with more than one test scenario:

  1. verify when clicking on the search button without entering the search criteria.
  2. verify when entering a keyword related to items.
  3. Verify entering a single character and clicking submit returns the result or not found page.
  4. Verify entering a special character and clicking submit returns a “not found” page.
  5. Verify entering numbers and clicking submit returns a result or not found page
  6. Verify entering spaces at the beginning of the search query is ignored

Actions are taken Enter a keyword to search for and click on the search button.

Observations Result of test scenarios:

  1. verify when clicking on the search button without entering the search criteria: Failed with an unclear message to the user. #9
  2. verify when entering a keyword related to items: Failed with no result and an ambiguous message. #6
  3. Verify entering a single character and clicking submit returns the result or not found page. Passed
  4. Verify entering a special character and clicking submit returns a “not found” page. Failed with unclear message #12
  5. Verify entering numbers and clicking submit returns a result or not found page. Passed
  6. Verify entering spaces at the beginning of the search query is ignored. Passed

Screenshots/video recordings NA

Desktop:

Smartphone: NA