Category Archives: JavaScript

20 Best JavaScript Frameworks For 2023

JavaScriptWeb Development

20 Best JavaScript Frameworks For 2023

According to Stack Overflow Developer Survey 2022, JavaScript is the most commonly used language for the 10th year straight, with 65.36% of people opting for it.

February 14, 2023

view count316559 Views

Read time56 Min Read

How To Choose The Best JavaScript Unit Testing Frameworks

JavaScriptAutomation

How To Choose The Best JavaScript Unit Testing Frameworks

JavaScript is one of the most widely used programming languages. This popularity invites a lot of JavaScript development and testing frameworks to ease the process of working with it.

December 12, 2022

view count177864 Views

Read time26 Min Read

Broken links with Cypress

JavaScriptCypress TestingTutorial

How To Find Broken Links Using Cypress [With Examples]

Have you ever experienced a 404 error? From an end user’s perspective, a 404 error (or broken link) experience can be a complete turn-off. Apart from annoying end-user experience, broken links (or dead links) on a website can dampen the SEO (Search Engine Optimization) activity.

August 5, 2021

view count236939 Views

Read time16 Min Read

Cypress TestingJavaScriptTutorial

Cypress Automation Testing Tutorial: E2E Testing with Cypress

The demand for Cypress automation testing has increased exponentially with the need to deliver products faster to the market. As per the State of JS survey 2021, Cypress awareness has climbed from 74% in 2020 to 83% in 2021 with 92% satisfaction. Cypress has emerged as a prominent tool for web automation testing in recent … Continue reading Cypress Automation Testing Tutorial: E2E Testing with Cypress

July 1, 2021

view count228835 Views

Read time12 Min Read

AutomationJavaScriptTutorial

How To Perform Automation Testing With Cucumber And Nightwatch JS?

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Cucumber Tutorial. One of the key features of the agile way of software development is the combination of DevOps and automation testing.

June 28, 2021

view count277388 Views

Read time19 Min Read

AutomationCross Browser TestingJavaScript

Automated Testing with Jasmine Framework & Selenium

In today’s fast-paced world of software development, we have new technologies and languages for development coming on very frequently. With this comes several testing and automation tools and frameworks in the related market.

June 22, 2021

view count314942 Views

Read time13 Min Read

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 count159761 Views

Read time12 Min Read

JavaScript Alert in Selenium WebDriver

JavaScriptSelenium PythonTutorial

How to Handle JavaScript Alert in Selenium WebDriver Using Python?

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial. Alert windows are widely used across websites where an alert message acts as a mode to ‘interrupt’ the current flow of the user journey. A simple example of a JavaScript alert would be … Continue reading How to Handle JavaScript Alert in Selenium WebDriver Using Python?

May 31, 2021

view count104090 Views

Read time12 Min Read

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 count150526 Views

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

Read time12 Min Read