Category Archives: Automation

AutomationSelenium PythonTutorial

How To Perform Selenium and Python Web Scraping

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial. As per Stack Overflow Survey 2020, Python holds the fourth position in the preferred programming languages category. Moreover, it is supported across a wide range of test automation frameworks, including the Selenium framework. … Continue reading How To Perform Selenium and Python Web Scraping

June 7, 2021

view count157796 Views

Read time10 Min Read

Pseudo-Elements In CSS With Selenium

AutomationTutorial

Handling CSS Pseudo-Elements with Selenium

While performing UI automation testing on a webpage, we all try to work with the web elements such as buttons, texts, etc. Interaction with the WebElements in the DOM is made possible with the help of Selenium locators.

June 1, 2021

view count130027 Views

Read time14 Min Read

AutomationTutorial

How To Run Automation Tests Using Selenium and NodeJS [With Example]

In the current software development era, Selenium is extremely important and makes up an inherent part of the software development cycle.

May 26, 2021

view count156718 Views

Read time11 Min Read

AutomationJavaScriptTutorial

Generate Mocha Reports With Mochawesome

“Testing leads to failure, and failure leads to understanding.” Burt Rutan It goes without saying that the very essence of testing lies in locating issues so that they can be worked upon. This results in a better-quality & well-performing web application (or website) that is important in building a positive customer experience.

May 24, 2021

view count161469 Views

Read time12 Min Read

TestNG vs JUnit

AutomationSelenium Java

TestNG vs JUnit: Which testing framework should you choose?

A test automation framework is a set of components that facilitates the execution of tests along with reporting the results of the test execution. However, the discovery of the right test automation framework can be super-challenging since there are so many options at your perusal.

May 24, 2021

view count107257 Views

Read time14 Min Read

JavaScriptAutomationTutorial

Automation Testing with Selenium JavaScript [Tutorial]

Automation testing is an integral part of software development. When it comes to web applications, it is essential to test the user interface to ensure that a flawless experience is delivered to the end-users.

May 14, 2021

view count187592 Views

Read time13 Min Read

Complete Guide To Selenium Testing

Automation

Complete Guide To Selenium Testing with GitHub Actions

CI/CD pipelines are here to stay and contribute tremendously to continuous integration and delivery across all global projects. This article will be a guide to configure, set up builds and tests with “GitHub Actions”, primarily using Selenium WebDriver.

May 5, 2021

view count126972 Views

Read time14 Min Read

Automation

Increasing Product Release Velocity by Debugging and Testing In Production

What is the key to achieving sustainable and dramatic speed gains for your business? Product velocity! It’s important to stay on top of changes in your quality metrics, and to modify your processes (if needed) so that they reflect current reality.

April 29, 2021

view count15056 Views

Read time11 Min Read

perform Mouse Actions in Selenium WebDriver

AutomationSelenium WebDriverTutorial

How to perform Mouse Actions in Selenium WebDriver

A web product (or website) comprises multiple web elements like buttons, text boxes, checkboxes, menus, sliders, and more.

April 27, 2021

view count164458 Views

Read time22 Min Read

execute-junit4-tests-with-junit5

Selenium JavaAutomationTutorial

How to execute JUnit 4 tests with JUnit 5 [Tutorial]

Introduction to JUnit JUnit is a powerful framework for Selenium test automation that has been popularly used by developers to perform unit testing.

April 26, 2021

view count125173 Views

Read time12 Min Read