This project leverages Selenium and TestNG to create a robust and scalable automated testing framework. It supports testing web applications, providing an easy way to write, run, and manage tests.
Java Development Kit (JDK) 8 or higher Maven A web browser (e.g., Chrome, Firefox) WebDriver for your browser (e.g., ChromeDriver for Chrome)
- Supports multiple browsers (Chrome, Firefox, etc.)
- Data-driven testing
- Detailed test reports
- Easy integration with CI/CD pipelines
We welcome contributions! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (git checkout -b feature-branch).
- Make and commit your changes (git commit -m 'Add some feature').
- Push to the branch (git push origin feature-branch).
- Open a pull request.