A project to look at the functionality of https://automationexercise.com/ derive user stories, and create test cases for those users stories.
0
stars
2
forks
source link
search with an exclamation mark does not correctly url encode the exclamation mark character ! should be %21 #27
Open
l-hepper opened 2 months ago
Defect Report: Search with an exclamation mark does not correctly URL encode the character
27
Date: 02/09/2024
Tester: Liam Hepper
Assigned To:
Severity: Minor
Priority: Low
Status: Unresolved
Summary: The exclamation mark character '!' is not correctly URL-encoded in the search query, potentially leading to incorrect query strings.
Expected Result: The exclamation mark should be URL-encoded as '%21' in the search query.
Actual Result: The exclamation mark remains unencoded as '!'.
Defect Description: