TEST TYPE: dashboard_functional Title: TC_FUNC_01_Valid_Login Scenario: User logs in with valid credentials. Steps to reproduce: 1. Enter a valid username in the "Username" field. 2. Enter the correct password in the "Password" field. 3. Click on 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_02_Remember_Me_Functionality Scenario: User selects "Remember me" and logs in successfully. Steps to reproduce: 1. Enter a valid username in the "Username" field. 2. Enter the correct password in the "Password" field. 3. Check the "Remember me" checkbox. 4. Click on the "Login" button. 5. Close and reopen the browser. 6. Navigate back 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: User clicks on "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_04_Register_Link Scenario: User clicks on the "Register" link. Steps to reproduce: 1. Click on the "Register" link. Expected Result: User is redirected to the registration page. Actual Result: [To be filled during execution] Priority: Medium Title: TC_FUNC_05_Empty_Credentials Scenario: User attempts to log in without entering credentials. Steps to reproduce: 1. Leave the "Username" field empty. 2. Leave the "Password" field empty. 3. Click on the "Login" button. Expected Result: User receives an error message indicating that both fields are required. Actual Result: [To be filled during execution] Priority: High