In our previous article in Cucumber tutorial series, we showed you how to add your first feature file in Eclipse project. In this article, we will go one step forward and show you how to run this feature file. With a cucumber-based framework, you cannot run a feature file on its own. You will need… Continue reading Create Cucumber Test Runner class
Category: Selenium
Create new Cucumber Eclipse project
This is a continuation of our previous article on cucumber, where we provided information on how to download Cucumber and Selenium jar files. In this article, we will go a step forward and show you how to setup a cucumber eclipse project from scratch. We will then also add all these jar files to this… Continue reading Create new Cucumber Eclipse project
Cucumber BDD with Selenium – Introduction
Welcome to this introductory article on Cucumber BDD with Selenium. This is the first article in our Selenium Cucumber Tutorial series where we will firstly set the context of this tutorial series. This will help you get an idea about the topics that you will read, and what you can expect to learn once you… Continue reading Cucumber BDD with Selenium – Introduction
Disable Firefox Logs with Selenium
This is a short article which shows how you can disable Firefox logs. If you have used some newer versions of GeckoDriver with Firefox, you would have observed that there are a lot of low level logs displayed on the console. These default logs are very low level and sometimes look polluted especially when you… Continue reading Disable Firefox Logs with Selenium
Selenium Headless with Chrome and Firefox
This is a short article on how you can run Selenium headless tests on Chrome and Firefox. With Selenium Webdriver version 3.6.0, its now super easy to run your scripts in headless mode on both Chrome and Firefox. Let us see how this works!! Selenium Headless – How does it work Starting from Selenium WebDriver… Continue reading Selenium Headless with Chrome and Firefox
Selenium IDE Locators – The Basics
Welcome to our next article on Selenium IDE Tutorial. This article deals with a very important concept, which is – Selenium IDE locators. This topic is important because it is one of the core features of Selenium. Not only Selenium, take any automation tool you like and you will see that locators play a very… Continue reading Selenium IDE Locators – The Basics