Test case for Search Functionality
- Prasanta Paul (Quality Test Engineer)
- Apr 27, 2018
- 1 min read

Few major test cases for search functionality is below :-
First, you should check browser compatibility
The search box should be there at top/ bottom of the page.
The position of the cursor should be in the starting position on the search box.
Don’t allow any space before the first character in the search box.
Search with the valid keyword to verify that according to the valid keyword matching should come.
After writing anything in the search box Enter key works properly.
While providing invalid keyword it should display no matching found.
Check the response time for the search.
Special character search functionality should be there or not. ( for example user search B* it gives all the possible result starting with B).
Check the total no of result found in the search.
Check after getting a result for the particular keyword it should give hyperlink also.
Provide alphanumeric character and check it should display according to the criteria.
The search box appears in the mobile view also.
All the functionality should work login and logout condition.
Adding a new item to the system should appear while the search.
When deleting something from the system it should not appear while search.
Comments