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 using valid credentials. Steps to reproduce: 1. Navigate to the login page. 2. Enter valid username "student" and password "Password123". 3. Click on the "Submit" button. Expected Result: The user should be successfully logged in and directed to the dashboard 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 invalid username and password. 3. Click on the "Submit" button. Expected Result: An error message "Your username is invalid!" should be displayed. Actual Result: Priority: High Title: TC_FUNC_03_Forgot_Password_Link Scenario: Verify that the "Forgot Password" link redirects the user to the password reset 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 the password reset page. Actual Result: Priority: Medium Title: TC_FUNC_04_Navigation_Menu_Items Scenario: Verify that all main navigation menu items are clickable and lead to the correct pages. Steps to reproduce: 1. Navigate to the homepage. 2. Click on each main navigation menu item one by one. Expected Result: Each menu item should lead to the corresponding page without any errors. Actual Result: Priority: High Title: TC_FUNC_05_Image_Display Scenario: Verify that the main image on the login page is displayed correctly. Steps to reproduce: 1. Navigate to the login page. Expected Result: The main image should be displayed without any distortion. Actual Result: Priority: Medium Title: TC_FUNC_06_Button_Functionality Scenario: Verify that all buttons on the login page perform the expected actions. Steps to reproduce: 1. Navigate to the login page. 2. Click on each button (Submit, etc.). Expected Result: Each button should perform the intended action without errors. Actual Result: Priority: High Title: TC_FUNC_07_Header_Presence Scenario: Verify that the login page has a header section. Steps to reproduce: 1. Navigate to the login page. Expected Result: The page should contain a header section. Actual Result: Priority: Medium Title: TC_FUNC_08_Footer_Presence Scenario: Verify that the login page has a footer section. Steps to reproduce: 1. Navigate to the login page. Expected Result: The page should contain a footer section. Actual Result: Priority: Medium Title: TC_FUNC_09_Links_Functionality Scenario: Verify that all links on the login page are clickable and lead 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 redirect to the correct destination without errors. Actual Result: Priority: High Title: TC_FUNC_10_Responsive_Design Scenario: Verify that the login page is responsive and displays correctly on different screen sizes. Steps to reproduce: 1. Access the login page from different devices (desktop, tablet, mobile). Expected Result: The page layout should adjust accordingly on different screen sizes without any overlapping or cut-off content. Actual Result: Priority: High