All posts by Harita Ravindranath

About Harita Ravindranath

A seasoned Quality Engineer with enthusiasm in Full Stack Development. Harita also enjoys reading, blogging and learning Japanese.

Follow me on:

Blogs: 16

Strings In JavaScript With Selenium

AutomationSelenium JavaScriptSelenium WebDriverTutorial

How To Use Strings In JavaScript With Selenium WebDriver?

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium JavaScript Tutorial. In computer programming, we come across various data types supported by most programming languages. A data type is nothing but an attribute of data that specifies which type of value a variable has … Continue reading How To Use Strings In JavaScript With Selenium WebDriver?

June 21, 2021

view count134897 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 count166869 Views

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

Read time13 Min Read

JavaScript Design Patterns

JavaScript

JavaScript Design Patterns: A Complete Guide With Best Practice

Design Pattern is a widely acknowledged concept in the software engineering industry in terms of the benefits it brings to areas of code-reuse and maintainability. As a software developer, you likely stumble upon this term at one point.

March 9, 2021

view count72329 Views

Read time21 Min Read

How To Speed Up JavaScript Testing With Selenium and WebDriverIO?

JavaScriptTutorialWebDriverIO

How To Speed Up JavaScript Testing With Selenium and WebDriverIO?

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on WebDriverIO Tutorial and Selenium JavaScript Tutorial. Automation testing has become an integral part of the Agile way of software development. As the application grows, it becomes crucial to have a reliable testing framework to cope with … Continue reading How To Speed Up JavaScript Testing With Selenium and WebDriverIO?

February 22, 2021

view count61908 Views

Read time16 Min Read

Running-First-Test-With-NightWatchJS

AutomationJavaScriptTutorial

Nightwatch JS Tutorial: Guide to Automation With Selenium and Nightwatch

Nightwatch JS is one of the most used JavaScript based end to end automation testing framework. A highly extendible Node.js framework, Nightwatch JS comes with built in command line runner, support for sequential and parallel runs, a integrated support for WebDriver Tutorial services, and support for extending the framework with plugins. With shorter development cycles … Continue reading Nightwatch JS Tutorial: Guide to Automation With Selenium and Nightwatch

December 11, 2020

view count157007 Views

Read time19 Min Read