This repository automates the SignUp functionality of the Telerik demo website Selenium with Java Using POM as Design Pattern The project ensures efficient and reliable test execution.
- Built on the Selenium for enhanced test automation capabilities.
- Written in Java for compatibility and reliability.
- Easy integration with CI/CD pipelines.
- Java (version 21 or later).
- Maven installed.
- Selenium Set-Up
- Clone the repository:
git clone <repository-url> cd <repository-folder>
- Install dependencies:
mvn clean install
- Ensure Selenium is properly configured.
- src/main/java/: Application and utility classes.
- src/test/java/: Test cases and test data.
- pom.xml: Maven configuration file.
- github/workflows: workflow files with custom tests runner.
- Execute tests:
mvn test
- Modify test cases in
src/test/java/
for additional scenarios.