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:

  1. Open a web browser.
  2. Enter the application's homepage URL in the address bar (e.g., https://www.example.com).
  3. Modify the URL to point to a different section of the site.
  4. Click on "Enter"
  5. 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)