Skip to content

sridharbandi/bcmar22-aws-java-selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Selenium E-Commerce Automation

This project is a Java-based automation framework for testing an e-commerce website using Selenium WebDriver and TestNG.

Prerequisites

Project Structure

  • src/test/java/com/example/pages/: Contains page object classes for different pages of the e-commerce website.
  • src/test/java/com/example/tests/: Contains test classes for executing test cases.
  • pom.xml: Maven configuration file with project dependencies and plugins.

Setup

Before cloning the repository, ensure maven is added to environment variables. https://www.qamadness.com/knowledge-base/how-to-install-maven-and-configure-environment-variables/

  1. Clone the repository:

    git clone  https://github.com/Axone-Tech/java-selenium.git
    cd java-selenium
  2. Install the dependencies:

    mvn clean install
  3. Ensure ChromeDriver is installed and available in your system PATH.

Running Tests

To run the tests, use the following Maven command:

mvn clean test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages