TEST TYPE: dashboard_functional Title: TC_FUNC_01_Valid_Enquiry_Submission Scenario: Verify that a user can successfully submit an enquiry with valid input. Steps to reproduce: 1. Navigate to the enquiry submission form. 2. Fill in all required fields with valid data. 3. Click on the submit button. Expected Result: The enquiry is successfully submitted, and the success message "Enquiry Sent!" is displayed. Actual Result: Priority: High Title: TC_FUNC_02_Missing_Required_Fields Scenario: Verify that an error message is displayed when trying to submit an enquiry with missing required fields. Steps to reproduce: 1. Navigate to the enquiry submission form. 2. Leave one or more required fields blank. 3. Click on the submit button. Expected Result: An error message prompts the user to fill in all required fields. Actual Result: Priority: High Title: TC_FUNC_03_Invalid_Email_Format Scenario: Verify that an error message is displayed when submitting an enquiry with an invalid email format. Steps to reproduce: 1. Navigate to the enquiry submission form. 2. Enter an invalid email format in the email field. 3. Click on the submit button. Expected Result: An error message appears indicating that the email format is invalid. Actual Result: Priority: Medium Title: TC_FUNC_04_Long_Message_Submission Scenario: Verify that a user can successfully submit an enquiry with a long message input. Steps to reproduce: 1. Navigate to the enquiry submission form. 2. Enter a long message exceeding the character limit. 3. Click on the submit button. Expected Result: The enquiry is submitted successfully even with a long message input. Actual Result: Priority: Medium Title: TC_FUNC_05_Special_Characters_Enquiry Scenario: Verify that a user can submit an enquiry containing special characters. Steps to reproduce: 1. Navigate to the enquiry submission form. 2. Enter special characters in the enquiry message. 3. Click on the submit button. Expected Result: The enquiry is submitted successfully with special characters included. Actual Result: Priority: Low