TEST TYPE: dashboard_functional Title: TC_FUNC_01_Valid_Login Scenario: Test valid login functionality with correct username and password. Steps to reproduce: 1. Enter a valid username in the Username field. 2. Enter the correct password in the Password field. 3. Click the Login button. Expected Result: User should be successfully logged in and redirected to the dashboard. Priority: High Title: TC_FUNC_02_Invalid_Login Scenario: Test login with incorrect username or password. Steps to reproduce: 1. Enter an invalid username in the Username field. 2. Enter an incorrect password in the Password field. 3. Click the Login button. Expected Result: An error message should be displayed indicating incorrect username or password. Priority: High Title: TC_FUNC_03_Remember_Me_Functionality Scenario: Verify the functionality of the "Remember me" checkbox. 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 should be pre-filled on the login page. Priority: Medium Title: TC_FUNC_04_Forgot_Password_Link Scenario: Verify the functionality of the "Forgot password?" link. Steps to reproduce: 1. Click the "Forgot password?" link. Expected Result: User should be redirected to the password recovery page. Priority: Medium Title: TC_FUNC_05_Register_Link Scenario: Verify the functionality of the "Register" link. Steps to reproduce: 1. Click the "Register" link. Expected Result: User should be redirected to the registration page. Priority: Medium Title: TC_FUNC_06_Empty_Fields_Login Scenario: Test login attempt with empty username and password fields. Steps to reproduce: 1. Leave the Username and Password fields empty. 2. Click the Login button. Expected Result: An error message should be displayed indicating that fields cannot be empty. Priority: High Title: TC_FUNC_07_UI_Elements_Check Scenario: Verify the presence and functionality of all UI elements on the login page. Steps to reproduce: 1. Check for the presence of Username and Password fields. 2. Verify the presence of "Remember me" checkbox, "Forgot password?" link, and "Register" link. 3. Check the functionality of the Login button. Expected Result: All elements should be present and functional. Priority: Medium Title: TC_FUNC_08_Login_Button_Disabled Scenario: Verify that the login button is disabled when fields are empty. Steps to reproduce: 1. Leave the Username and Password fields empty. Expected Result: The Login button should be disabled. Priority: Low Title: TC_FUNC_09_Password_Field_Obfuscation Scenario: Verify the password field obfuscates the entered characters. Steps to reproduce: 1. Enter a password in the Password field. Expected Result: The password should be displayed as dots or asterisks. Priority: High Title: TC_FUNC_10_Case_Sensitivity_Check Scenario: Verify that the username and password fields are case-sensitive. Steps to reproduce: 1. Enter the username and password with different casing. Expected Result: Login should fail if the case does not match the stored credentials. Priority: High These test cases cover various functional aspects visible in the image, focusing on the login functionality and associated elements.