Category Archives: Automation

MSTests

Selenium C#AutomationTutorial

Most Complete MSTest Framework Tutorial Using .Net Core

The MSTest framework is Microsoft’s powerful and easy-to-use testing framework for .NET applications. It enables developers to create, manage, and execute automated tests efficiently, ensuring code reliability and performance. With .NET Core support, MSTest has become cross-platform, open-source, and highly extensible, making it a preferred choice for modern test automation. In this comprehensive tutorial, you’ll … Continue reading Most Complete MSTest Framework Tutorial Using .Net Core

March 6, 2021

view count258036 Views

Read time5 Min Read

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 count88071 Views

Read time11 Min Read

Unit-Annotations-For-Selenium

Selenium C#AutomationTutorial

How To Use NUnit Annotations For Selenium Automation Testing?

NUnit Annotations are key for structuring Selenium automation tests in C#. They allow you to define the lifecycle of tests, such as setup ([SetUp]), teardown ([TearDown]), and the test methods themselves ([Test]). Using these annotations, you can manage preconditions, clean up after tests, and organize multiple test scenarios efficiently. This makes your Selenium tests more … Continue reading How To Use NUnit Annotations For Selenium Automation Testing?

March 1, 2021

view count139860 Views

Read time10 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 count85559 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 count148671 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 count247670 Views

Read time25 Min Read

How To Easily Perform Specflow Parallel Execution With NUnit

AutomationTutorial

How To Easily Perform Specflow Parallel Execution With NUnit

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) effectively utilize the automation testing framework (like Selenium) and the infrastructure where the tests are executed.

January 19, 2021

view count143193 Views

Read time26 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 count172458 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 count164187 Views

Read time17 Min Read

Group Test Cases In TestNG

AutomationSelenium JavaTutorial

How To Group Test Cases In TestNG [with Examples]

Chapters What Is TestNG Framework Install TestNG in Eclipse Create TestNG Project in Eclipse Create TestNG.xml File in Eclipse Using TestNG In Selenium First TestNG Automation Script Exception Tests in TestNG Parallel Test Execution in TestNG Assertions in TestNG Set Test Case Priority in TestNG TestNG Reporter Log Generating TestNG Reports Running JUnit Selenium Tests … Continue reading How To Group Test Cases In TestNG [with Examples]

December 21, 2020

view count162723 Views

Read time19 Min Read