TEST TYPE: dashboard_functional Title: TC_FUNC_01_Successful_Login Scenario: Verify that a user can log in with valid credentials. Steps to reproduce: 1. Enter a valid username in the "Username" field. 2. Enter a valid password in the "Password" field. 3. Click on the "Login" button. Expected Result: The user is successfully logged in and redirected to the dashboard. Actual Result: [To be filled during execution] Priority: High Title: TC_FUNC_02_Empty_Fields_Login Scenario: Verify that login is not successful with empty username and password fields. Steps to reproduce: 1. Leave the "Username" field empty. 2. Leave the "Password" field empty. 3. Click on the "Login" button. Expected Result: An error message is displayed indicating that both fields are required. Actual Result: [To be filled during execution] Priority: High Title: TC_FUNC_03_Remember_Me_Functionality Scenario: Verify that the "Remember me" checkbox retains user login information. Steps to reproduce: 1. Enter a valid username in the "Username" field. 2. Enter a valid password in the "Password" field. 3. Check the "Remember me" checkbox. 4. Click on the "Login" button. 5. Log out and return to the login page. Expected Result: The username field is pre-filled with the previously entered username. Actual Result: [To be filled during execution] Priority: Medium Title: TC_FUNC_04_Forgot_Password_Link Scenario: Verify that the "Forgot password?" link redirects to the password recovery page. Steps to reproduce: 1. Click on the "Forgot password?" link. Expected Result: The user is redirected to the password recovery page. Actual Result: [To be filled during execution] Priority: Medium Title: TC_FUNC_05_Register_Link Scenario: Verify that the "Register" link redirects to the registration page. Steps to reproduce: 1. Click on the "Register" link. Expected Result: The user is redirected to the registration page. Actual Result: [To be filled during execution] Priority: Medium