logo logo
Software Testing Using Node.js

Software Testing Using Node.js

Software testing is very important – without it, bugs sneak into the wild where they’re more difficult and expensive to fix. Automating testing can significantly increase test...

A Beginner's Guide to Puppeteer for UI Testing

Puppeteer: Web Automation using Headless Chrome Node.js API

Recently, there has been a lot of talk around Puppeteer, and the wide range of features it can offer with very lightweight code! It is a node.js API library that enables control...

selenium and javascript

Selenium and JavaScript Best Practices

Including unit tests in your web app projects leads to various benefits: Primarily, an effective and measurable way of proving code quality to developers and other project...

Javascript testing with selenium webdriver

Javascript Testing with Selenium Webdriver and Mocha

In case you are looking to write a functional test in Javascript, the following tutorial provides a perfect structural and referential material for a UI automation engineer...

Create Better Selenium Tests with WebdriverIO

TL;DR: WebdriverIO is fantastic.  If you’re using Selenium-Webdriver (the official JS library) instead, you’re almost certainly making a mistake. A core part of testing...