Skip to content

kjayachandra2000/selenium-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

selenium-java

Summary

This project is a boiler plate code for the new folk to start with automation testing.

Philosophy here is: "Keep it simple, stupid".

Requirements

Java 8, Junit 4, Maven

Packages

### Tests 
    Here user should be able to write test cases
### Steps
    It's a orchestration of page operations, this is optional
       and remove this if not necessary
### pages
    Here we make pages objects and page actions

Run tests from command line

mvn clean test or mvn clean test -Dtags=smoke

Useful links

https://github.com/bonigarcia/webdrivermanager this is useful to manage browser web drivers automatically

IDE

For this example I have used intellij idea, but users can choose their own ide

About

A Sample Java Junit 4 Automation Test Framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages