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: 17

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 count132391 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 count164248 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 count187548 Views

Read time13 Min Read

How To Use JavaScriptExecutor

JavaScriptSelenium WebDriverTutorial

How To Use JavaScriptExecutor in Selenium WebDriver?

Webdriver is a tool that requires no introduction in the test automation domain. Webdriver is an open-source collection of APIs which is used for testing web applications across different browsers and platforms to verify whether it is working as expected or not.

May 3, 2021

view count104487 Views

Read time10 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 count68415 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 count59301 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 count154344 Views

Read time19 Min Read