/selenium-java

A Sample Java Junit 4 Automation Test Framework

Primary LanguageJava

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