irfanalinoor / SeleniumJavaAutomation

Web Test Automation Framework implemented in Java-Maven using Selenium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Selenium-Java Test Automation Framework


Setup

  1. Download SeleniumJavaAutomation Project from GitHub
  2. Install latest Java SDK
  3. Install latest IntelliJ IDEA
  4. Open Project = SeleniumJavaAutomation
  5. Open Maven Project Tab on IntelliJ IDEA and click on LifeCycle > Package. This will install project dependencies.
  6. Run Tests.

Concepts Used

  1. Maven-Java
  2. Selenium (WebDriver)
  3. JUnit
  4. PageObject

Sample Tests:

Scenario: A trip request can be executed and results returned
Given:  User is planning a trip
When: He executes a trip plan from "North Sydney Station" to "Town Hall Station"
Then: A list of trips should be provided

About

Web Test Automation Framework implemented in Java-Maven using Selenium

License:MIT License


Languages

Language:HTML 86.8%Language:Java 13.2%