Skip to content

Test Automation Architecture using Java and Selenium WebDriver

Notifications You must be signed in to change notification settings

DominicABrooks/ToolShop-E2E

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selenium TestNG Framework for practicesoftwaretesting

For detailed information, refer to the Test Strategy for ToolShop Demo document.

Stack & Libraries

  • Java
  • Selenium WebDriver
  • TestNG
  • Maven
  • Extent Reports and logging

Prerequisites

  • JDK
  • Maven

In terminal

git clone https://github.com/DominicABrooks/ToolShop-E2E

cd ToolShop-E2E

Install Maven

Ensure Maven is not already installed on your system. Use the appropriate method for your operating system:

Debian-based systems:

sudo apt-get install maven

macOS (using Homebrew):

brew install maven

Windows:

Download and install Maven from the official website.

Note: After installation, make sure to add Maven to your system PATH.

Once Maven is installed, run the following command to build and install the project

mvn install

About

Test Automation Architecture using Java and Selenium WebDriver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages