top of page
Search


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...
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...
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