NOTE: I recommend watching: https://youtu.be/LcYQOmoxkRM for a more up to date version
This is my first video for Automation teaching a Selenium tutorial and TestNG tutorial. It was made to be quick, just to get your hands dirty with the tools. This video is mostly about setting up Selenium in your dev environment and writing some basic commands from selenium. Later videos, I will start developing the project to show some of the tips and tricks I have learned.
DISCLAIMER: You should have a basic understanding of how to program, specifically in Java.
ECLIPSE Indigo:
http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/keplerr
TestNG(Install from Eclipse):
http://beust.com/eclipse
FireBug:
http://getfirebug.com/
FirePath(Requires Firebug):
https://addons.mozilla.org/en-US/firefox/addon/firepath/
Maven Dependencies:
Group ID: org.seleniumhq.selenium
Artifact ID: selenium-java
Ver: 2.37.0
Group ID: org.testng
Artifact ID: testng
Ver: 6.8