The Contact form of a website provides communication between the user and the website owner or support team. It includes fields like name, email address, and a message or description box. Additionally, there might be other fields like a phone number, and a dropdown menu to select the type of inquiry. The "Submit" or "Send" button, which sends the form's data, is a crucial part.
Writing a test case for a contact form verifies each component for accurate data input, validating required fields, and confirming that the user's data was successfully submitted and reached the intended destination.
| Project Name | Enter the Project Name here |
|---|---|
| Project URL | https://proleed.academy/exercises/selenium/selenium-element-locators-practice-form.php |
| Test Type | Functional |
| Test Case ID | TC_03 |
| Test Designed By | Tester Name |
| Test Executed By | Tester Name |
| Test Designed Date | DD-MM-YYYY |
| Test Executed Date | DD-MM-YYYY |
| Test Title | Contact us Functionality |
| Test Description | User can submit the contact form successfully |
| Pre-Condition | The website URL should be available |
| Sr no | Test Steps | Test Input | Expected Result | Actual Result | Status (Pass/Fail) |
|---|---|---|---|---|---|
| 1 | Enter full name | Enter Name here | |||
| 2 | Enter Email Address | example@gmail.com | |||
| 3 | Enter message | Type your message here like asking any query | |||
| 4 | Click on Submit | Form is submitted and Thank you message received | Form is submitted and Thank you message received | Pass |
Copyright © 2023 - Proleed Academy | All Rights Reserved.