Category Archives: Automation

AutomationJavaScriptTutorial

How To 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 count150532 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 count102928 Views

Read time14 Min Read

JavaScriptAutomationTutorial

Automation Testing with Selenium JavaScript [Tutorial]

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on 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 … Continue reading Automation Testing with Selenium JavaScript [Tutorial]

May 14, 2021

view count170796 Views

Read time12 Min Read

Selenium wait for page to load

Selenium PythonAutomationTutorial

Use Selenium wait for page to load with Python [Tutorial]

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial. One of the primary requisites to automate interactions with a WebElement in the DOM is that it should be visible and interactable. Like me, you would also come across several scenarios where your … Continue reading Use Selenium wait for page to load with Python [Tutorial]

May 12, 2021

view count153311 Views

Read time11 Min Read

scroll-a-webpage-in-selenium-using-java

AutomationSelenium WebDriverTutorial

How To Scroll a Page Using Selenium WebDriver?

Selenium is one of the most widely used test automation frameworks for web automation testing. As far as the framework is concerned, Selenium WebDriver is the most vital component for carrying out automated browser testing.

May 7, 2021

view count186261 Views

Read time8 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 count118120 Views

Read time13 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 count12052 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 count152517 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 count119044 Views

Read time12 Min Read

Selenium Test Scenarios

AutomationTutorial

24 Testing Scenarios you should not automate with Selenium

While there is a huge demand and need to run Selenium Test Automation, the experts always suggest not to automate every possible test. Exhaustive Testing is not possible, and Automating everything is not sustainable.

April 22, 2021

view count109587 Views

Read time17 Min Read