Category Archives: Automation

handling-keyboard-actions

Selenium WebDriverAutomationTutorial

Tutorial On Handling Keyboard Actions In Selenium WebDriver [With Example]

During the course of automated cross browser testing, you might come across scenarios that may not have been thought about during the product development phase.

March 3, 2021

view count75715 Views

Read time12 Min Read

Unit-Annotations-For-Selenium

Selenium C#AutomationTutorial

How To Use NUnit Annotations For Selenium Automation Testing?

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium NUnit Tutorial. When it comes to using object-oriented programming languages for development & testing, C# is still considered a good choice by the developer community. MSTest/Visual Studio, xUnit.net, and NUnit are some of the top-most … Continue reading How To Use NUnit Annotations For Selenium Automation Testing?

March 1, 2021

view count124068 Views

Read time4 Min Read

Get Started With Automated Browser testing

Automation

Getting Started with Automated Browser Testing: A Complete Guide

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Automation Testing Tutorial. If you have a website for consumer products, you must know that some challenges exist only with these websites; one such challenge is ensuring that the functionalities work expectedly across browsers and devices.

February 25, 2021

view count72587 Views

Read time24 Min Read

Find Broken Images Using Selenium WebDriver

AutomationSelenium WebDriverTutorial

How To Find Broken Images Using Selenium WebDriver?

A web product’s user experience is one of the key elements that help in user acquisition and user retention. Though immense focus should be given to the design & development of new product features, a continuous watch should be kept on the overall user experience.

February 17, 2021

view count133210 Views

Read time21 Min Read

phpunit-code-coverage-report-html

AutomationSelenium PHPTutorial

How To Generate PHPUnit Coverage Report In HTML and XML?

Code coverage is a vital measure for describing how the source implementation is tested by the test code (or test suite). It is one of the critical factors for ensuring the effectiveness of the code.

January 27, 2021

view count217585 Views

Read time25 Min Read

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 count390286 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 count124601 Views

Read time25 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 count182613 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 count161724 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 count148912 Views

Read time17 Min Read