Test data is the information designed to be used by test script during execution. Using…
k6 – How to generate Random Data
In this article I will show you how easy it is to generate random data…
k6: real-time Web Dashboard to visualize test results
Starting with v0.49, k6 provides a built-in web dashboard that we can use to visualize…
How to map Windows keys to MacOS with ResharpKeys
I often find myself transitioning between MacOS and Windows, hence it’s always tricky adapting to…
Node Version Manager – NVM Guide
I recently started working on two projects that require different NodeJS versions, hence I found…
ChanceJS – a Faker alternative for generating random realistic data?
For many years I’ve been using FakerJS library to generate fake realistic random data in…
Camel Case vs. Snake Case vs. Pascal Case vs. Kebab Case — Naming Conventions
Naming things when coding can be challenging when you have different naming conventions available (set…
How to scan your website to spot potential BROKEN LINKS
I recently discovered a broken-link-checker Javascript library that a few minutes later was identifying broken…
Selenium: Testing Framework or Tool?
Recently, I had a debate with some of my colleagues about whether selenium is or…
Automated Tests for website Accessibility with Axe and TestCafe
Often, making websites accessible to people with disabilities is often omitted.We can easily create automated…