TEST TYPE: dashboard_functional Title: TC_FUNC_01_Valid_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 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_Remember_Me_Functionality Scenario: Verify that the "Remember me" functionality works correctly. Steps to reproduce: 1. Enter a valid username and password. 2. Check the "Remember me" checkbox. 3. Click the "Login" button. 4. Log out and return to the login page. Expected Result: The username field should be pre-filled with the previously entered username. Actual Result: [To be filled during execution] Priority: Medium Title: TC_FUNC_03_Forgot_Password_Link Scenario: Verify that clicking 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_04_Register_Redirection Scenario: Verify that clicking 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 Title: TC_FUNC_05_Login_Button_Disabled Scenario: Verify that the "Login" button is disabled when the username or password field is empty. Steps to reproduce: 1. Leave the "Username" and "Password" fields empty. 2. Observe the "Login" button. Expected Result: The "Login" button should be disabled and not clickable. Actual Result: [To be filled during execution] Priority: High