TEST TYPE: dashboard_functional Title: TC_FUNC_01_Valid_Login Scenario: Test logging 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 should be 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: Test the "Remember me" functionality. Steps to reproduce: 1. Enter a valid username and password. 2. Check the "Remember me" checkbox. 3. Click on the "Login" button. 4. Log out and return to the login page. Expected Result: The username field should be pre-filled with the saved username. Actual Result: [To be filled during execution] Priority: Medium Title: TC_FUNC_03_Forgot_Password_Link Scenario: Verify the functionality of the "Forgot password?" link. Steps to reproduce: 1. Click on the "Forgot password?" link. 2. Follow the password recovery steps provided. Expected Result: User should be navigated to a password recovery page or process. Actual Result: [To be filled during execution] Priority: Medium Title: TC_FUNC_04_Register_Link Scenario: Verify the functionality of the "Register" link. Steps to reproduce: 1. Click on the "Register" link. 2. Check if the user is redirected to the registration page. Expected Result: User should be taken to the new account registration page. Actual Result: [To be filled during execution] Priority: Low Title: TC_FUNC_05_Empty_Fields_Login Scenario: Test login attempt with empty username and password fields. Steps to reproduce: 1. Leave the "Username" field empty. 2. Leave the "Password" field empty. 3. Click on the "Login" button. Expected Result: User should see an error message indicating that both fields are required. Actual Result: [To be filled during execution] Priority: High