TEST TYPE: dashboard_functional Title: TC_FUNC_01_Valid_Login Scenario: Test login functionality with valid username and password. 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: 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: Verify that the "Remember me" checkbox retains the username on the next login attempt. Steps to reproduce: 1. Enter a valid username in the "Username" field. 2. Enter a valid password in the "Password" field. 3. Check the "Remember me" checkbox. 4. Click the "Login" button and log out afterward. 5. Return to the login page. Expected Result: The username should be pre-filled in the "Username" field. 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 the "Forgot password?" link. Expected Result: The user should be redirected to the password recovery page. Actual Result: [To be filled during execution] Priority: Medium Title: TC_FUNC_04_Register_Link Scenario: Verify the functionality of the "Register" link for new users. Steps to reproduce: 1. Click the "Register" link. Expected Result: The user should be redirected to the registration page. Actual Result: [To be filled during execution] Priority: Medium Title: TC_FUNC_05_Empty_Credentials Scenario: Test login functionality when both username and password fields are empty. Steps to reproduce: 1. Leave the "Username" and "Password" fields empty. 2. Click the "Login" button. Expected Result: An error message should be displayed prompting the user to enter credentials. Actual Result: [To be filled during execution] Priority: High