Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 1.09 KB

README.md

File metadata and controls

52 lines (42 loc) · 1.09 KB

Description

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.


Features

  • Built on the Selenium for enhanced test automation capabilities.
  • Written in Java for compatibility and reliability.
  • Easy integration with CI/CD pipelines.

Prerequisites

  1. Java (version 21 or later).
  2. Maven installed.
  3. Selenium Set-Up

Installation

  1. Clone the repository:
    git clone <repository-url>
    cd <repository-folder>
  2. Install dependencies:
    mvn clean install
  3. Ensure Selenium is properly configured.

Project Structure

  • 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.

How to Run

  1. Execute tests:
    mvn test

Customization

  • Modify test cases in src/test/java/ for additional scenarios.