Unit testing is one of the easiest ways to make your JavaScript code more reliable….
Category: QA
QA related articles, including test automation and manual testing
Fail Fast in Playwright with maxFailures
Large end-to-end test suites are great for coverage, but they can quickly become expensive when…
‘selectors’ vs. ‘locators’ – what is the difference?
Everyone who works in test automation probably heard or used the terms ‘selector’ and ‘locator’….
Appium v3 is here: essential changes
Even though v3 is not a massive leap as Appium 2, it introduces a few…
How to copy-paste text from clipboard using TestCafe
I recently had to simulate copy-paste interactions in TestCafeand it was not easy to find…
How to copy-paste text from clipboard using Cypress
I recently had to simulate copy-paste interactions in Cypress and it was not easy to…
Test Reporting with Testbeats: A Step-by-Step Guide to Playwright Integration
TestBeats generates AI enhanced test reports in any language or framework, empowering your team with…
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…
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…