Apparently, when you run k6 load tests and some of them fails, by default you…
Category: QA
QA related articles, including test automation and manual testing

Integrating k6 Load Tests with GitHub Actions, GitLab CI and Azure DevOps
Nowadays, ensuring the performance and reliability of your applications is crucial. Load testing helps identify…

How to re run only failed tests with Playwright
Starting with v1.44, Playwright introduces a nice feature: –last-failed CLI option.It can be used to…

4 ways to handle Test Data in k6 – Load Testing
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…

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…

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…

How to run specific tests using Tags in TestCafe
There are lots of situations when we need to run only some of our automated…

How to generate E2E TestCafe Framework in seconds
Apart from Playwright and Cypress, in my opinion, TestCafe is a strong alternative. TestCafe is…