Category Archives: Automation

Headless Browser Testing Using Nightwatch JS

AutomationJavaScriptTutorial

E2E Headless Browser Testing Using Nightwatch JS

Headless browsers are gaining popularity as a viable option for testing web applications. As we all know, web browsers are an integral part of automation testing using Selenium Webdriver.

June 16, 2021

view count172624 Views

Read time12 Min Read

selenium test automation teamcity

CI/CDAutomationTutorial

How To Build CI/CD Pipeline With TeamCity For Selenium Test Automation

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on CI/CD Testing. Continuous Integration/Continuous Deployment (CI/CD) has become an essential part of modern software development cycles.

June 15, 2021

view count322300 Views

Read time29 Min Read

AutomationSelenium JavaScriptTutorial

How To Take Screenshots In Selenium WebDriver Using JavaScript

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium JavaScript Tutorial. While performing automation testing, even the most reliable of test cases might face roadblocks as the action progresses. A failed test case, for instance, is a sure sign that something has gone wrong.

June 11, 2021

view count132796 Views

Read time18 Min Read

AutomationSelenium PythonTutorial

How To Perform Selenium and Python Web Scraping

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. There selenium and Python Web Scraping is one of the most used combination for smarter data collection and intelligent analysis. ‘Data is … Continue reading How To Perform Selenium and Python Web Scraping

June 7, 2021

view count171809 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 count140614 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 count166823 Views

Read time11 Min Read

AutomationJavaScriptTutorial

Generate Mocha Reports With Mochawesome

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Mocha JS Tutorial. “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 … Continue reading Generate Mocha Reports With Mochawesome

May 24, 2021

view count175974 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 count115310 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 count203127 Views

Read time12 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 count135920 Views

Read time14 Min Read