TEST TYPE: dashboard_functional Title: TC_FUNC_001_Valid_Login Scenario: User logs in with valid credentials Steps to reproduce: 1. Open the login page. 2. Enter a valid username. 3. Enter a valid password. 4. Click the "Login" button. Expected Result: User is successfully logged in and redirected to the dashboard. Actual Result: [To be filled during execution] Priority: High Title: TC_FUNC_002_Remember_Me_Feature Scenario: User selects the "Remember me" option during login Steps to reproduce: 1. Open the login page. 2. Enter a valid username. 3. Enter a valid password. 4. Check the "Remember me" checkbox. 5. Click the "Login" button. 6. Log out and return to the login page. Expected Result: Username is pre-filled on the login page. Actual Result: [To be filled during execution] Priority: Medium Title: TC_FUNC_003_Forgot_Password_Link Scenario: User uses the "Forgot password?" link Steps to reproduce: 1. Open the login page. 2. Click 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_Navigation Scenario: User clicks the "Register" link to create an account Steps to reproduce: 1. Open the login page. 2. Click the "Register" link. Expected Result: User is redirected to the registration page. Actual Result: [To be filled during execution] Priority: Low Title: TC_FUNC_005_Invalid_Login_Attempt Scenario: User attempts to log in with invalid credentials Steps to reproduce: 1. Open the login page. 2. Enter an invalid username. 3. Enter an invalid password. 4. Click the "Login" button. Expected Result: Error message is displayed indicating invalid credentials. Actual Result: [To be filled during execution] Priority: High