Category Archives: Automation

Dive Into Headless Chrome

AutomationTutorial

Dive Into Headless Chrome: Your Key to Efficient Web Development

Numerous technologies and tools have been developed as a result of the ever-expanding internet that is intended to make web creation and test automation less complicated.

October 27, 2023

view count133643 Views

Read time14 Min Read

How To Check If An Element Exists In Python Selenium

Selenium PythonAutomationTutorial

How To Check If An Element Exists In Python Selenium

The content of a dynamic web page is changeable, which can change with each request or session as the database is updated. This can lead to automation test failures when using tools like Selenium.

October 27, 2023

view count148994 Views

Read time22 Min Read

Selenium C#AutomationTutorial

How to Find Element by Text in Selenium C#

Selenium is a robust open-source framework for automating web browsers and is used by many software testers and developers to ensure the functionality and performance of their web applications.

October 26, 2023

view count193202 Views

Read time18 Min Read

How to Take Screenshots in Python Using Selenium

Selenium PythonAutomationTutorial

How to Take Screenshots in Python Using Selenium

In the world of technology, ensuring flawless software functionality and identifying problems is essential.

October 18, 2023

view count194216 Views

Read time40 Min Read

What Is Python End Parameter: A Detailed Tutorial

Selenium PythonAutomationTutorial

What Is Python End Parameter: A Detailed Guide

In the world of test automation, two constant challenges stand out: making output well-organized and easy to understand. Developers and testers often strive to present logs, reports, and debug information straightforwardly and efficiently.

October 12, 2023

view count274038 Views

Read time35 Min Read

How To Perform Visual Regression Testing With Selenium And Smart UI

Selenium JavaAutomationTutorial

How To Perform Visual Regression Testing With Selenium And Smart UI

User Interface or UI is the most critical front-facing part of an application. If it is not good enough to capture the users’ attention, they may stop using the application.

October 10, 2023

view count269999 Views

Read time26 Min Read

How to Run Multiple NUnit Test Cases feature image

AutomationSelenium C#Tutorial

How to Run Multiple NUnit Test Cases

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 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 … Continue reading How to Run Multiple NUnit Test Cases

October 9, 2023

view count279262 Views

Read time17 Min Read

How to Use JUnit ErrorCollector [With Examples]

Selenium JavaAutomationTutorial

How to Use JUnit ErrorCollector [With Examples]

In some situations, there is a need to allow the test execution to proceed despite encountering failures. It becomes essential when dealing with complex test cases involving multiple steps and assertions. Stopping the execution, addressing each error, and rerunning the entire test suite is only sometimes practical. Furthermore, gathering information about these failures is essential … Continue reading How to Use JUnit ErrorCollector [With Examples]

October 5, 2023

view count261526 Views

Read time19 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 count173876 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 count238812 Views

Read time26 Min Read