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:
- Open a web browser.
- Enter the application's homepage URL in the address bar (e.g.,
https://www.example.com
). - Press Enter and observe the page loading.
- Click on another like to navigate to another page.
- Click the browser's "Back" button.
- 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)