Skip to content

Shail06/test-automation-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test-automation-project

Framework to test UI using Selenium

Project Structure

The project is organized into multiple Maven modules

  • framework - Contains Core Methods for Webdriver handling
  • page-objects - Contains Page objects for Application
  • regression-tests - Contains cucumber scenarios & steps

Test Execution Steps

PRE-REQUISITE: The system needs to have JAVA 8 and Apache Maven 3.6.2 installed

Inside the project directory, clean install the project to install all the dependencies

  mvn clean install
  • This will install all the depedencies for the project
  • Downloads all binaries -- chromedriver, geckodriver etc through RepositoryMap.xml
  • Runs the cucumber tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published