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" checkbox retains user login information. 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 is pre-filled in the "Username" field. Actual Result: [To be filled during execution] Priority: Medium Title: TC_FUNC_03_Forgot_Password_Link Scenario: Verify that clicking "Forgot password?" redirects to the password recovery page. Steps to reproduce: 1. Click the "Forgot password?" link. Expected Result: The user is redirected to the password recovery page. Actual Result: [To be filled during execution] Priority: High Title: TC_FUNC_04_Register_Link Scenario: Verify that clicking "Register" redirects to the registration page. Steps to reproduce: 1. Click 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_Empty_Credentials Scenario: Verify that an error message is displayed when attempting to log in with empty credentials. Steps to reproduce: 1. Leave the "Username" and "Password" fields empty. 2. Click 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