GeckoDriver Selenium Tutorial: How to Use GeckoDriver in Selenium Projects

GeckoDriver Selenium Tutorial

GeckoDriver Selenium Tutorial: Learn How to Use Gecko (Marionette) Driver in Selenium

In order to understand what GeckoDriver is, initially we need to know about Gecko and Web browser engine. This tutorial covers almost all the features involved with GeckoDriver, thereby giving you a complete overview of it.

So to start with, let us first know what Gecko is and what is a Web Browser Engine?

Read more

Docker Selenium Tutorial: How to Integrate Selenium Grid with Docker

Selenium Grid with Docker

Introduction to Docker Selenium Tutorial:

As discussed in one of our previous tutorial Selenium grid helps to run our test cases in different operating systems and on different browsers.

However, this Docker Selenium Tutorial will explain to you more about what a Docker is and how we download, install, and integrate it with the Selenium grid along with concerned screenshots and this pictorial representation will enable you to understand the process quickly and easily too.

Read more

Data Driven Framework in Selenium WebDriver Using Apache POI

Data Driven Framework in Selenium using Apache POI

How to work on Data Driven Framework in Selenium Using Apache POI?

Data Driven Framework is one of the popular Automation Testing Framework in the current market. Data Driven automated testing is a method in which the test data set is created in the excel sheet, and is then imported into automation testing tools to feed to the software under test.

Selenium Webdriver is a great tool to automate web-based applications. But it does not support read and write operations on excel files. 

Read more

Integration of Jenkins with Selenium WebDriver: Step-by-Step Tutorial

Integrat Jenkins with Selenium WebDriver

Step by step guide to Setup and Configure Jenkins with Selenium:

Our previous tutorial in the DevOps Series explained about Ansible Roles and Integration with Jenkins in DevOps.

Jenkins is an open source tool written in Java. It provides continuous delivery and continuous integration service for software development.  It automates your manual task of code deployment process from development box – QA – Stage – Production.

Suggested Read => Precise DevOps Training Tutorial Series

Jenkins supports many plugins which you can integrate such as Git, SVN, build pipeline and many more. 

Read more

How to Run Selenium WebDriver in Different Popular Browsers

Selenium Webdriver in different browsers

Selenium supports only web-based applications and to open them we need a browser. Selenium can support various browser for test automation.

In this tutorial, we will explain how to set up drivers for the different browsers available in the market.

In the current industry, there are only three popular browsers which are widely used i.e. Google Chrome, Mozilla Firefox and Internet Explorer. However, Selenium supports other browsers as well. To execute our script on different browsers we need the driver of that browser.

Read more

Learn How to Use TestNG Annotations in Selenium (with Examples)

Testng annotations in Selenium

TestNG, as most of you know, is an automation framework widely used in Selenium. It is important for all testers to understand the annotations used while working with TestNG.

To put it simply, TestNG annotations are lines of code that are inserted in the program/ business logic to control how the methods below are to be run.

In this article, I am going to focus on the importance of different types of annotations and their usage. 

Read more