Skip to content

This project will help beginners to understand basic framework concepts, and will give a chance to work faster by doing clone and modify according to their project needs.

Notifications You must be signed in to change notification settings

cooldsachin/selenium-functional-tests

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

selenium-functional-tests

This project will help beginners to understand basic framework concepts, and will give a chance to work faster by doing clone and modify according to their project needs.

This is a Sample Selenium-Java and TestNG project to run functional test journies programmatically.

Using webdrivermanager to manage Google Chrome, Firefox browsers, and poi for test data management.

Maven as dependencies and build management tool.

Setup

Install jdk 1.7 or above and configure JAVA_HOME & path,

Configure Maven latest and M2_HOME & path

Run

clone this project, go into project folder and run below command

mvn clean install

Output

Reports will generate under target folder

Note

Tests running in headless mode, comment options.addArguments("headless"); in BrowserUtil.java to see browser opening.

About

This project will help beginners to understand basic framework concepts, and will give a chance to work faster by doing clone and modify according to their project needs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%