TEST TYPE: dashboard_functional Title: TC_FUNC_01_Valid_Login Scenario: Test valid user login functionality. 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 should be successfully logged in and redirected to the dashboard. Actual Result: [To be filled during execution] Priority: High Title: TC_FUNC_02_Remember_Me_Functionality Scenario: Test "Remember me" checkbox functionality. 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 should be pre-filled in the "Username" field. Actual Result: [To be filled during execution] Priority: Medium Title: TC_FUNC_03_Forgot_Password_Link Scenario: Test the "Forgot password?" link functionality. Steps to reproduce: 1. Click on the "Forgot password?" link. Expected Result: The user should be redirected to the password recovery page. Actual Result: [To be filled during execution] Priority: Medium Title: TC_FUNC_04_Register_Link Scenario: Test the "Register" link functionality for new account creation. Steps to reproduce: 1. Click on the "Register" link. Expected Result: The user should be redirected to the registration page. Actual Result: [To be filled during execution] Priority: Medium Title: TC_FUNC_05_Empty_Fields_Login Scenario: Test login functionality when both fields are empty. Steps to reproduce: 1. Leave the "Username" and "Password" fields empty. 2. Click on the "Login" button. Expected Result: An error message should be displayed, indicating that the fields cannot be empty. Actual Result: [To be filled during execution] Priority: High