Get your java development or selenium test environment ready. Here a very useful industry standart tool Eclipse, to use as our integrated development environment. We will download app install and set environment to run the app:
- Go to “https://www.eclipse.org/downloads/” download the corresponding version for your machine.
- Continue installer with Eclipse “IDE for Java Developpers.”
- Start a new maven project
[…] All done for basic Java JDK set up. Now we need to install a Java IDE to write our java codes and run them. To continue learning how to install your IDE follow the link here. […]