Everyone who works in test automation probably heard or used the terms ‘selector’ and ‘locator’….
Category: QA
QA related articles, including test automation and manual testing
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…
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…