Verify Navigation via URL Manipulation
Verify that the user can manipulate the URL and it would load to the target page.
Preconditions:
- The user can be on any page of the website
Test Steps:
- Open a web browser.
- Enter the application's homepage URL in the address bar (e.g.,
https://www.example.com
). - Modify the URL to point to a different section of the site.
- Click on "Enter"
- Observe the behavior of the application.
Expected Result:
- The expected page loads.
- An error message like "404 Not Found", "500 Internal Server Error", or connection issues can appear.
Postconditions:
- The user remains on a valid page or an invalid page.
Test Priority:
Medium
Status:
Pass/Fail (to be determined after execution)