Skip to content

SumiaRia/WifiLife_Webautomation_POM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WifiLife_Webautomation_POM

This is a complete End-To project where an E-commerce site is automated by writing test suites using selenium-webdriver and TestNg as testing framework.

The following modules are testing automated:

  • Registration /Login
  • Search
  • Cart
  • Checkout
  • Blog

Technology:

Tool: Selenium Webdriver

IDE: Intellij IDEA

Build tool: Maven

Language: Java

Testing Framework: TestNG

Prerequisite:

  • Need to install jdk 18, Maven
  • Configure Environment variable for jdk 18, Maven
  • Clone this project and unzip it
  • Open the project folder
  • Double click on "build.maven" and open it through IntellIJ IDEA
  • Let the project build successfully
  • Click on "Terminal" and run the automation scripts

Run the Automation Script by the following command:

  mvn clean test 
  • Selenium will open the browser and start automating.