top of page
Search


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


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
bottom of page