URL: https://practicetestautomation.com/practice-test-login Generated Test Cases (via direct URL content analysis): TEST TYPE: dashboard_functional Title: TC_FUNC_01_Login_With_Valid_Credentials Scenario: Verify that a user can successfully log in with valid credentials. Steps to reproduce: 1. Navigate to the login page. 2. Enter the username: "student" and password: "Password123". 3. Click on the "Submit" button. Expected Result: The user should be successfully logged in and redirected to the expected page. Actual Result: Priority: High Title: TC_FUNC_02_Login_With_Invalid_Username Scenario: Verify that a user cannot log in with an invalid username. Steps to reproduce: 1. Navigate to the login page. 2. Enter an invalid username. 3. Enter the correct password: "Password123". 4. Click on the "Submit" button. Expected Result: The system should display an error message indicating that the username is invalid. Actual Result: Priority: Medium Title: TC_FUNC_03_Login_With_Invalid_Password Scenario: Verify that a user cannot log in with an invalid password. Steps to reproduce: 1. Navigate to the login page. 2. Enter the correct username: "student". 3. Enter an invalid password. 4. Click on the "Submit" button. Expected Result: The system should display an error message indicating that the password is invalid. Actual Result: Priority: Medium Title: TC_FUNC_04_Navigation_Check Scenario: Verify that all main navigation items are functional and lead to the correct pages. Steps to reproduce: 1. Click on each main navigation item one by one. Expected Result: Each navigation item should take the user to the corresponding page without errors. Actual Result: Priority: High Title: TC_FUNC_05_Link_Check Scenario: Verify that all links on the page are functional and lead to the correct destinations. Steps to reproduce: 1. Click on each link on the page. Expected Result: Each link should navigate the user to the correct destination without any broken links. Actual Result: Priority: High Title: TC_FUNC_06_Image_Visibility Scenario: Verify that the main image on the page is visible and properly displayed. Steps to reproduce: 1. Check the visibility and display of the main image. Expected Result: The main image should be visible and correctly displayed on the page. Actual Result: Priority: Medium