Automates form submission using Selenium, Java, and TestNG.
- Automated field filling and submission
- Assertions for validation
- Uses WebDriverManager for easy browser setup
- Clone the repository.
- Import into Eclipse as a Maven project.
- Run the
FormSubmissionTest
class as a TestNG Test.