This article provides you with detailed steps on how to setup Java environment variables – mainly JAVA_HOME and PATH variables. These environment variables point to the folder location where Java is installed. These variables are mainly required by some external programs and tools to figure out where Java is installed on your machine. In our […]
Java
Eclipse IDE – Download and Install
Eclipse is an open source community of tools, projects and collaborative working groups. One of the most widely used tools from Eclipse, is the Eclipse IDE (Integrated Development Environment). Eclipse is a software that allows you to write your programs and test scripts in multiple programming languages (with Java being the most popular one). Since […]
Download and Install Java
This article will take you through the step by step process of downloading and installing Java. When you work on automation testing, be it browser based using Selenium, or mobile based using Appium, you would need a programming language with which you can write your test scripts. We will be using Java as the programming […]