All0ne13 / All0ne13/CrashCourse
Search Bar [ Equivalent Classes ]
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Test Scenario | Input Data | Expected Result
-- | -- | --
Positive Test for Valid Query | Enter a valid query that should find an existing item | The system should return search results that match the query.
Positive Test for Invalid Query | Enter a valid query that should not find an existing item (e.g., a random string) | The system should display a "Nothing Found" message.
Search Using Special Characters | Enter a query with special characters (e.g., "*") | The system should correctly handle special characters and return relevant results.
Search with Case Sensitivity | Enter a query with case sensitivity (e.g., "Hoodies" and "hydi") | The system should return results regardless of letter case.
Search with Parameters | Enter a query with additional parameters (e.g., "top price:1000-1500") | The system should return search results considering additional parameters (e.g., price range).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.