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 a valid password in the "Password" field. 3. Click 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" option to stay logged in. 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. 5. Close the browser and reopen it. Expected Result: User is still logged in upon reopening the browser. Actual Result: [To be filled during execution] Priority: Medium Title: TC_FUNC_03_Forgot_Password_Link Scenario: User accesses the "Forgot password?" feature. Steps to reproduce: 1. Click on the "Forgot password?" link. 2. Observe the navigation or modal behavior. Expected Result: User is redirected to a password recovery page or modal is displayed for password recovery. Actual Result: [To be filled during execution] Priority: Medium Title: TC_FUNC_04_Register_Link Scenario: User navigates to the registration page. 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_Invalid_Login_Attempt Scenario: User attempts to log in with invalid credentials. Steps to reproduce: 1. Enter an invalid username in the "Username" field. 2. Enter an invalid password in the "Password" field. 3. Click the "Login" button. Expected Result: User receives an error message indicating invalid login credentials. Actual Result: [To be filled during execution] Priority: High