Welcome to this article in our Selenium Tutorial series. In our previous articles in this tutorial series, you learnt how to download chromedriver and selenium jar files. In this article, you will see how you can create a selenium project in Eclipse. Topics that we will cover in this article In this article, you will… Continue reading Create new Selenium project in Eclipse
Month: February 2023
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… Continue reading Eclipse IDE – Download and Install
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… Continue reading Download and Install Java