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

Published
Categorized as Java

Working with Cucumber Data table

Cucumber data table is one of the most commonly used methods for passing test data from feature files to your test scripts. In our previous article, you saw how we can pass string and numeric data from feature files, which Cucumber simply treats as variables. With Cucumber data tables, you can pass parameters from feature… Continue reading Working with Cucumber Data table

Published
Categorized as Cucumber