Author: Slav Kurochkin
08
Oct
A Comprehensive Guide to Initiating a Test Automation
by Slav Kurochkin
No Comments
Many companies I’ve worked for or interviewed with have faced a common challenge: successfully initiating a test automation project. During interviews, it’s common for interviewers...
20
Jul
E2E Test Automation Design Patterns
by Slav Kurochkin
No Comments
Throughout my career, I have worked with various test automation frameworks, including Selenium WebDriver (Java, Python), WebdriverIO (JavaScript), Puppeteer (JavaScript), Cypress, and Playwright (TypeScript). These...
02
Jul
iOS Mobile UI Testing with XCUI Test
by Slav Kurochkin
No Comments
I recently worked on an iOS ToDo list application for a couple of reasons: to learn more about SwiftUI and to have a pet project...
16
Jun
Postman Generative AI Backend API Testing
by Slav Kurochkin
No Comments
In this tutorial, I’m exploring Postman Generative AI for Backend API Integration Testing
21
May
Changing Quality Culture, from Startup to Enterprise (shift left)
by Slav Kurochkin
No Comments
I recently presented at the Chicago QA Association, where I talked about changing the quality culture in the organization. As a company progresses through various...
07
Mar
Using Postman proxy for data setup
by Slav Kurochkin
No Comments
Quick video on how to use Postman Proxy for website data setup automation
27
Dec
E2E Testing Framework Design
by Slav Kurochkin
No Comments
When building an E2E testing solution it is important to understand how the application works not only from UI (black box) perspective but also how...
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...
20
Jun
Fixing Flaky E2E Tests in Cypress
by Slav Kurochkin
No Comments
One of the biggest challenges in E2E testing is to overcome flaky tests. In this blog post, I will share a few approaches that I...