redjpark / selenium-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

selenium-starter

This is a quick start for starting with Web UI automation using WebDriver/Selenium with Java language. Mac is the main platform used for this instruction. (However, you can easily find Windows equivalents via Google)

prerequisites

JDK 8

maven

Eclipse

maven plugin for Eclipse

TestNG plugin for Ecipse

Firefox

Firefox extensions

Projects Part 1 (Selenium-IDE)

First Project: Google Search

We will use Selenium-IDE to simulate a user searching for some text with Google.com, and validate that the text is found.

  1. Start Firefox
  2. Tools>Selenium IDE
  3. dd

Second Project: github access

Third Project: github access

Projects Part 2 (Java/TestNG/WebDriver)

Project #1: Quick Start

https://github.com/redjpark/selenium-starter/wiki

Project #2: Google Search

Project #3: github access

Resources

About