URL: https://practicetestautomation.com/practice-test-login/ Generated Test Cases (via direct URL content analysis): TEST TYPE: dashboard_functional Title: TC_FUNC_01_Valid_Login_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 valid username: student. 3. Enter the valid password: Password123. 4. Click on the "Submit" button. Expected Result: The user should be successfully logged in and directed to the next page. Actual Result: Priority: High Title: TC_FUNC_02_Invalid_Login_Credentials Scenario: Verify that a user cannot log in with invalid credentials. Steps to reproduce: 1. Navigate to the login page. 2. Enter an invalid username. 3. Enter an invalid password. 4. Click on the "Submit" button. Expected Result: An error message should be displayed indicating that the username is invalid. Actual Result: Priority: High Title: TC_FUNC_03_Forgot_Password_Link Scenario: Verify that the "Forgot Password" link redirects to the correct page. Steps to reproduce: 1. Navigate to the login page. 2. Click on the "Forgot Password" link. Expected Result: The user should be redirected to a "Password Reset" page. Actual Result: Priority: Medium Title: TC_FUNC_04_Navigation_Menu Scenario: Verify all items in the main navigation menu are clickable. Steps to reproduce: 1. Navigate to the home page. 2. Click on each item in the main navigation menu one by one. Expected Result: Each item should lead to the respective page without errors. Actual Result: Priority: Medium Title: TC_FUNC_05_Image_Visibility Scenario: Verify that the main image is visible on the page. Steps to reproduce: 1. Load the login page. Expected Result: The main image should be displayed without any distortion. Actual Result: Priority: Low Title: TC_FUNC_06_Button_Functionality Scenario: Verify that all buttons on the login page perform their intended actions. Steps to reproduce: 1. Navigate to the login page. 2. Click on each button (Submit, Forgot Password, etc.). Expected Result: Each button should trigger the expected action without errors. Actual Result: Priority: Medium Title: TC_FUNC_07_Page_Content Scenario: Verify that the page displays all relevant content accurately. Steps to reproduce: 1. Load the login page. Expected Result: The page content should match the provided description without any discrepancies. Actual Result: Priority: Low Title: TC_FUNC_08_Login_Page_Elements Scenario: Verify the presence and visibility of all login page elements. Steps to reproduce: 1. Navigate to the login page. Expected Result: All required elements (username input, password input, submit button) should be visible and functional. Actual Result: Priority: Medium Title: TC_FUNC_09_Link_Redirection Scenario: Verify that all links on the login page redirect to the correct destinations. Steps to reproduce: 1. Navigate to the login page. 2. Click on each link present on the page. Expected Result: Each link should lead to the intended destination without errors. Actual Result: Priority: Medium