TEST TYPE: dashboard_functional Title: TC_FUNC_001_Valid_Login Scenario: User logs 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 the "Login" button. Expected Result: User is successfully logged into the system and redirected to the dashboard. Actual Result: [To be filled during execution] Priority: High Title: TC_FUNC_002_Remember_Me_Functionality Scenario: User selects the "Remember me" option and logs in. 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 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_003_Forgot_Password_Link Scenario: User clicks the "Forgot password?" link. Steps to reproduce: 1. Click on the "Forgot password?" link. Expected Result: User is redirected to the password recovery page. Actual Result: [To be filled during execution] Priority: Medium Title: TC_FUNC_004_Register_Link Scenario: User clicks the "Register" link to create a new account. Steps to reproduce: 1. Click on the "Register" link. Expected Result: User is redirected to the registration page to create a new account. Actual Result: [To be filled during execution] Priority: Medium Title: TC_FUNC_005_Blank_Credentials Scenario: User attempts to log in without entering credentials. Steps to reproduce: 1. Leave the "Username" and "Password" fields blank. 2. Click the "Login" button. Expected Result: User receives an error message prompting to enter credentials. Actual Result: [To be filled during execution] Priority: High