Category Archives: Automation

Annotations In Cucumber Framework

AutomationTutorial

How To Use Annotations In Cucumber Framework [Tutorial]

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Cucumber Tutorial. Cucumber is one of the most popular open-source BDD frameworks that facilitates Selenium test automation. It offers a set of tools that helps us to manage the various scenarios available in multiple feature … Continue reading How To Use Annotations In Cucumber Framework [Tutorial]

August 10, 2021

view count236323 Views

Read time13 Min Read

JUnit 5 Extensions

AutomationSelenium JavaTutorial

JUnit 5 Extensions : A Detailed Guide

JUnit is one of the most popular unit testing frameworks in the Java ecosystem. The JUnit 5 version (also known as Jupiter) contains many exciting innovations, including support for new features in Java 8 and above.

August 3, 2021

view count244068 Views

Read time20 Min Read

Handle Cookies in Selenium

AutomationSelenium JavaTutorial

How To Handle Cookies in Selenium WebDriver

Most of us use online platforms for doing things like online shopping, bill payments, ticket booking, and more. These online platforms (or websites) use cookies to identify whenever there is a new visit.

July 28, 2021

view count265499 Views

Read time11 Min Read

JUnit Test Using TestNG

Selenium JavaAutomation

How To Run JUnit Selenium Tests using TestNG

Both JUnit and TestNG are popular unit testing frameworks that have been widely accepted by Java developers. JUnit was introduced as an open-source unit testing framework for Java way back in 1997. In fact, JUnit is one of the widely used test automation frameworks for test automation.

July 27, 2021

view count191075 Views

Read time15 Min Read

jacoco maven plugin

Automation

How To Generate Code Coverage Report Using JaCoCo-Maven Plugin

Code coverage is a software quality metric commonly used during the development process that lets you determine the degree of code that has been tested (or executed).

July 23, 2021

view count102870 Views

Read time23 Min Read

AutomationSelenium PythonTutorial

How to Read Config File in Python using Selenium with Examples

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial. Before starting with this tutorial on Python read config file let’s understand Selenium. Selenium is one of the best automation tools used for running automated tests through which you can perform relevant actions … Continue reading How to Read Config File in Python using Selenium with Examples

July 16, 2021

view count244607 Views

Read time10 Min Read

SpecFlow Framework and Running Tests

Automation

Understanding SpecFlow Framework and Running Tests on Cloud Selenium Grid

Software depends on a team of experts who share their viewpoint to show the whole picture in the form of an end product. In software development, each member of the team makes a vital contribution to make sure that the product is created and released with extreme precision.

July 5, 2021

view count15136 Views

Read time6 Min Read

CI/CDAutomationTutorial

Streamline Testing with CircleCI Pipeline and Selenium Grid

In this digital era, Continuous Integration and Continuous Deployment is closely aligned with software development and agile methodologies. Organizations deploy latest versions of software products every minute to ensure maximum competitive edge.

July 2, 2021

view count570911 Views

Read time16 Min Read

AutomationSelenium JavaScriptTutorial

How To Get Data Of Attributes In JavaScript With Selenium

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium JavaScript Tutorial. When performing test automation, you would have come across umpteen scenarios where there is a need to verify the properties and values of the WebElements.

June 30, 2021

view count193345 Views

Read time11 Min Read

AutomationJavaScriptTutorial

How To Perform Automation Testing With Cucumber And Nightwatch JS?

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Cucumber Tutorial. One of the key features of the agile way of software development is the combination of DevOps and automation testing.

June 28, 2021

view count317154 Views

Read time20 Min Read