Category Archives: Automation

Group Test Cases In TestNG

AutomationSelenium JavaTutorial

How To Group Test Cases In TestNG [with Examples]

TestNG is an open-source automation testing framework inspired by JUnit and NUnit. The framework supports data-driven testing, parallel test execution, testing integrated classes, provides access to HTML reports, amongst others.

December 21, 2020

view count142238 Views

Read time16 Min Read

How to Find Broken Links Using Selenium WebDriver

AutomationSelenium WebDriverTutorial

How To Find Broken Links Using Selenium WebDriver?

What thoughts come to mind when you come across 404/Page Not Found/Dead Hyperlinks on a website? Aargh! You would find it annoying when you come across broken hyperlinks, which is the sole reason why you should continuously focus on removing the existence of broken links in your web product (or website).

December 18, 2020

view count99659 Views

Read time22 Min Read

nightwatch-vs-protractor

JavaScriptAutomation

Nightwatch Vs Protractor: Which Testing Framework Is Right For You

Do you know the test automation market is all set to hit $35 billion by 2026? And when it comes to cross browser testing, JavaScript leads from the front? Javascript is probably the best alternative for Selenium automation, considering its protocol transformation to the W3C standard.

December 16, 2020

view count88810 Views

Read time16 Min Read

How to Generate Test Report In NUnit

Selenium C#AutomationTutorial

A Detailed Guide On How To Generate Test Report In NUnit

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium NUnit Tutorial. Test reports are an integral part of any activity related to testing, whether it is automation testing or manual testing. Test reports help track how the activities related to automation testing have evolved … Continue reading A Detailed Guide On How To Generate Test Report In NUnit

December 15, 2020

view count127376 Views

Read time21 Min Read

Running-First-Test-With-NightWatchJS

AutomationJavaScriptTutorial

Nightwatch JS Tutorial: Guide to Automation With Selenium and Nightwatch

Nightwatch JS is one of the most used JavaScript based end to end automation testing framework. A highly extendible Node.js framework, Nightwatch JS comes with built in command line runner, support for sequential and parallel runs, a integrated support for WebDriver Tutorial services, and support for extending the framework with plugins. With shorter development cycles … Continue reading Nightwatch JS Tutorial: Guide to Automation With Selenium and Nightwatch

December 11, 2020

view count154469 Views

Read time19 Min Read

How To Work With PHP Table In Selenium?

AutomationSelenium PHPTutorial

How To Work With PHP Table In Selenium?

Web tables or data tables are a common sight in many web-based applications. And these tables are predominantly used for displaying information in a tabular format. Rows and columns are the key identifiers of web tables in Selenium.

December 9, 2020

view count99852 Views

Read time17 Min Read

How To Setup JUnit Environment

AutomationSelenium JavaTutorial

How To Setup JUnit Environment For Your First Test

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on JUnit Tutorial. JUnit is a popular Java-based, open-source framework that is primarily used for unit testing. It can be used with Selenium for testing websites and web applications. Annotations in JUnit are used for identifying test … Continue reading How To Setup JUnit Environment For Your First Test

December 7, 2020

view count123137 Views

Read time23 Min Read

run selenium test using IE driver

AutomationSelenium Tutorial

How To Run Selenium Tests Using IE Driver?

When anyone refers to automated browser testing, it somehow means that the testing will be performed on the latest browsers like Chrome, Firefox, etc.

December 4, 2020

view count329090 Views

Read time20 Min Read

Parameterized Tests With Examples

Selenium C#AutomationTutorial

NUnit Tutorial: Parameterized Tests With Examples

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium NUnit Tutorial. Cross browser testing has become an integral part of the test process to ensure the product experience and behavior remains consistent across different combinations of web browsers, devices, and operating systems.

December 2, 2020

view count152866 Views

Read time14 Min Read

Drag And Drop In Selenium With Python

Selenium PythonAutomationTutorial

How To Drag And Drop In Selenium With Python?

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial. Drag and Drop- one of the most beloved and commonly used gestures in the world of GUIs. Many actions are associated with drag and drop, including moving an object from one location to … Continue reading How To Drag And Drop In Selenium With Python?

November 26, 2020

view count128543 Views

Read time12 Min Read