Category: UI Test Automation
12
Oct
Cypress vs Playwright (2023)
by Slav Kurochkin
No Comments
I’m always looking for ways to improve testing and team performance, as described in the book “Accelerate” having fast feedback is crucial for high-performing teams....
05
Sep
Improving Software Testing Efficiency: Why E2E Tests Are Slow and How to Speed Them Up
by Slav Kurochkin
No Comments
In the fast-paced world of software development, speed is paramount. Being the first to market can make all the difference, allowing you to reap the...
21
May
Understand E2E Test Automation
by Slav Kurochkin
No Comments
Almost everywhere I worked management (including QA managers) and developers have different perspectives on the role of test automation and how it works. In this...
14
Nov
Visual Testing with Jest and Puppeteer
by Slav Kurochkin
No Comments
In this tutorial we are going to create a Visual Regression Tests with Jest and Puppeteer. If you not familiar with visual regression testing, it...
04
Sep
Automating Checkers with Selenium in Python
by Slav Kurochkin
No Comments
I’m originally from Russia and since I was a kid I been playing Chess and Checkers. I have heard about competitions between humans and computers,...
07
Aug
JavaScript UI Testing with Puppeteer: Improving Click function
by Slav Kurochkin
No Comments
In ReactJs project I’m working on we are using Puppeteer as UI testing framework, the framework is part of node dev dependencies and living with...
30
Jun
Using Loading Animation in your Test Automation
by Slav Kurochkin
No Comments
In test automation, there is quite often the situation when we need to wait for the page to load before interacting with UI elements on...
22
Jun
React-app with Puppeteer, Jest and Travis CI
by Slav Kurochkin
No Comments
E2E testing of React applications could be done with multiple frameworks, including WebdriverIO, Cypress, or Puppeteer. In this blog post, we going to see how...
03
Jun
Xpath cheatsheet
by Slav Kurochkin
No Comments
Often I find myself using certain XPath patterns and then forgetting how to do it, so I decided to create XPath cheatsheet. 1. XPath to...
23
May
How to set environment variables in Node.js
by Slav Kurochkin
No Comments
Lately, I been working a lot with JavaScript and Node.js, one thing I struggled is setting up environment variables so I could run my automation...