top of page
Search


Compatibility Testing
Compatibility Testing is a type of software testing performed to determine that the application is capable of running on a browser,...
Rakshitha K
May 9, 20202 min read


WebAudio Testing for SaaS Audio application
Recently, we got an opportunity to develop automated tests for a SaaS based web audio application that can be used for audio recording...

Seema K Nair
Apr 13, 20202 min read


Page Object Pattern with Cypress
The idea of using page objects is to store all selectors or locators or functions for a certain page in a page object class. This helps...

Seema K Nair
Jan 20, 20202 min read


Essential Tips for Startup Success
Understand your competition Products are born out of an idea - an idea that tries to address a need or provide a solution. The recent...
Seema Nair
Dec 21, 20192 min read


Importance of CyberSecurity
Cybersecurity is the need of the hour. Today, every individual has a presence online due to the avid usage of smart devices. Our...
Seema Nair
Sep 8, 20192 min read


Handling Cookies in Locust tests
Locust is a load testing and performance testing tool. It is intended for load testing websites to determine how many concurrent users a...
Seema Nair
Jun 11, 20191 min read


Best Practices for Load Testing
Load testing is a critical phase in testing of a software product. All products or applications that will endure large scale activity should undergo load testing as it provides a clear understanding of their capabilities and limits. Each product is unique and different in their own way. However, there are several good practices that can be followed across all applications while running load tests. Prioritise scenarios An application will allow several business scenarios an
Seema Nair
May 15, 20193 min read
Creating profiles in Google Chrome
In any web application , there are several features where we need to test without clearing the browser cache. By default, when we use...
Seema Nair
Feb 27, 20191 min read


How do you achieve high quality?
Quality is integral to everything we do. Whether you are building bridges, cars or software - it is that one attribute, that everyone...
Seema Nair
Nov 21, 20181 min read


IBM Host On-Demand Macro Scripting Language
A Host On-Demand macro is a XML script that allows a Host On-Demand client to interact automatically with a host application running on a...
Seema Nair
Sep 2, 20181 min read


BDD Framework for NodeJS Applications
My previous blog refers to using WebDriverIO as the automation tool for NodeJS Application. In this blog, we will see how we can use BDD Framework along with WebDriverIO for NodeJS applications. Cucumber is the automation tool that is based on Behaviour Driven Development(BDD). You can easily use cucumber features into JavaScript . Install cucumber.js, which is a JavaScript implementation for running cucumber specs on Node.js. BDD Framework has three layers 1) Layer 1: S
Seema Nair
Jun 3, 20182 min read


GeckoDriver - Marionette
FirefoxDriver() will cease to function on the newer versions of Firefox i.e. version 47 and above. The newer versions will require a new...
Seema Nair
Apr 7, 20181 min read


Test Automation of React/NodeJS applications using WebDriverIO
Recently, I had the chance to learn and implement test automated scripts on a Javascript testing framework - WebDriverIO, with Mocha...
Seema Nair
Mar 15, 20182 min read
bottom of page