Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 356 Bytes

File metadata and controls

12 lines (10 loc) · 356 Bytes

Automated Form Submission

Automates form submission using Selenium, Java, and TestNG.

Features

  • Automated field filling and submission
  • Assertions for validation
  • Uses WebDriverManager for easy browser setup

How to Run

  1. Clone the repository.
  2. Import into Eclipse as a Maven project.
  3. Run the FormSubmissionTest class as a TestNG Test.