Verify that the back button works

Verify that the Back button works correctly when clicked

Preconditions:

  • The user should have navigated to another page after navigating to the applications home page

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. Press Enter and observe the page loading.
  4. Click on another like to navigate to another page.
  5. Click the browser's "Back" button.
  6. Observe the behavior of the application.

Expected Result:

  • The browser returns to the previous page.
  • Page load time should be within an acceptable limit (e.g., <3 seconds).
  • No error messages such as "404 Not Found", "500 Internal Server Error", or connection issues should appear.

Postconditions:

  • The user is back to the previous page

Test Priority:

High

Status:

Pass/Fail (to be determined after execution)