Category Archives: Automation

How to Run Multiple NUnit Test Cases feature image

AutomationSelenium C#Tutorial

How to Run Multiple NUnit Test Cases

When it comes to automated testing in .NET, the NUnit framework is a go-to choice due to its simplicity and robust set of features. In this blog, I will show you how to run multiple test cases in NUnit and Selenium.

October 9, 2023

view count258105 Views

Read time17 Min Read

How to Use JUnit ErrorCollector [With Examples]

Selenium JavaAutomationTutorial

How to Use JUnit ErrorCollector [With Examples]

Have you encountered a situation where managing 500+ tests is challenging, and if any test fails, you need to pause and address the issue? If so, you’re in the right place.

October 5, 2023

view count250836 Views

Read time17 Min Read

Getting Started with MongoDB Testing Using Selenium WebDriver

Automation

Getting Started with MongoDB Testing Using Selenium WebDriver

Test automation has become an important part of product quality. Without good test automation coverage, the product cannot scale in terms of new features.

September 25, 2023

view count166080 Views

Read time9 Min Read

Auto Healing in Selenium Automation Testing

AutomationTutorial

Auto Healing in Selenium Automation Testing

A number of challenges always loom large as the Application Under Test (AUT) undergoes endless cycles of bug fixes and enhancements. As the AUT grows in size and complexity, it will also trickle down on the automated test suite’s stability, reliability, and maintainability.

September 22, 2023

view count224768 Views

Read time26 Min Read

Test Case Design Techniques for Smart Software Testing

Automation

Test Case Design Techniques for Smart Software Testing

Test automation involves executing the test scripts automatically, handling test data, and using results to sweeten software quality.

September 19, 2023

view count166939 Views

Read time19 Min Read

Cypress vs Playwright: A Detailed Comparison

AutomationCypress TestingPlaywright Testing

Cypress vs Playwright: A Detailed Comparison

When I first started my journey in test automation, my toolset primarily consisted of either Selenium IDE or Quick Test Professional. After that, Selenium WebDriver and Java became part of my toolbox, and I have used them for several years.

September 19, 2023

view count227828 Views

Read time36 Min Read

AutomationSelenium Java

How to Handle ElementClickInterceptedException in Selenium Java

Selenium is one of the most popular automation testing frameworks organizations use to automate their websites. With Selenium’s 4.0.0 release, multiple breaking changes have been introduced, like WC standardization, Selenium Manager, Chrome DevTools, etc.

September 18, 2023

view count154897 Views

Read time25 Min Read

How to Handle Auto Suggestions

AutomationSelenium JavaTutorial

How to Handle Auto Suggestions in Selenium Java

You may have observed that when searching on Google or browsing through an eCommerce platform, automatic suggestions appear almost instantly as you start typing. These suggestions, known as auto-suggestions, are intended to provide a rapid guide to potentially relevant keywords and top searches based on your input.

August 4, 2023

view count184580 Views

Read time25 Min Read

test scenario vs test case og

Automation

Test Scenario vs Test Case: Core Differences

Test scenario and test case are the two commonly used terms in the software testing domain. These terms are regarded as the building block of testing and are used to describe the test while executing them. However, it might create confusion for some due to its overlapping nature.

July 28, 2023

view count155413 Views

Read time21 Min Read

Selenium 3 vs Selenium 4: Key Differences

AutomationSelenium Tutorial

Selenium 3 vs Selenium 4: Key Differences

Selenium 4 has ignited a wave of enthusiasm and anticipation within the testing community. This significant update introduces an array of fresh capabilities, architectural refinements, and performance enhancements, propelling Selenium to the forefront of the next generation of automation testing.

July 20, 2023

view count175638 Views

Read time29 Min Read