Download And Install
Download and install the following:
Intellij Community Edition - this is the IDE that we will use to write our feature files and all the code behind.
JAVA - Get the latest jdk on your machine. At the time of writing this book, jdk 1.8 is the latest.
Selenium - Download the selenium-java jar. We will be using selenium api's to drive the browser actions.
Maven - Download the latest maven jar. We will use it for dependency management and at a later point to demonstrate running the test through command line.