Category Archives: Automation

Selenium SendKeys

AutomationSelenium TutorialTutorial

Selenium SendKeys : All You Need To Know

Selenium automation is not just about navigating and clicking through the links. Yes, you can use it to switch tabs, find broken links, or even drag and drop directly. But there is a lot more to it.

January 20, 2021

view count389903 Views

Read time9 Min Read

How To Easily Perform Specflow Parallel Execution With NUnit

AutomationTutorial

How To Easily Perform Specflow Parallel Execution With NUnit

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium NUnit Tutorial. One of the prime responsibilities of any automation testers is to ensure that the tests get executed at an optimal pace. This can only be achieved if the implemented tests (or test suites) … Continue reading How To Easily Perform Specflow Parallel Execution With NUnit

January 19, 2021

view count124337 Views

Read time24 Min Read

what has changed in selenium 4

AutomationSelenium Tutorial

What Is New In Selenium 4 And What Is Deprecated In It?

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium 4. Selenium 4 has been gaining immense attention since the time it was publicly announced by Simon Stewart, the founding member of Selenium in August 2018.

January 11, 2021

view count182343 Views

Read time18 Min Read

how to upgrade from selenium 3-4

AutomationSelenium Tutorial

How To Upgrade From Selenium 3 To Selenium 4?

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium 4. Selenium 4, the latest version of the Selenium framework, has become the talk of the town since its announcement in 2018. The excitement around Selenium 4 is evident since it is packed with a … Continue reading How To Upgrade From Selenium 3 To Selenium 4?

December 28, 2020

view count161523 Views

Read time13 Min Read

Switch Tabs In A Browser Using Selenium Python

Selenium PythonAutomation

How To Switch Tabs In A Browser Using Selenium Python?

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial. Selenium automation offers dexterous ways to perform day-to-day tasks most efficiently. From capturing screenshots to testing PDF files, there’s no limit to what you can do with Selenium automation. Developers and testers are … Continue reading How To Switch Tabs In A Browser Using Selenium Python?

December 23, 2020

view count148594 Views

Read time17 Min Read

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 count141707 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 count99477 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 count88693 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 count127132 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 count154307 Views

Read time19 Min Read