Category: Automation
02
Nov
How to add code formating to your JavaScript project
by Slav Kurochkin
No Comments
To set up linters and code formatting for a React and Express project, you’ll want to use ESLint for linting and Prettier for consistent formatting....
31
Oct
How to add Swagger OpenAPI docs to NodeJS Express
by Slav Kurochkin
No Comments
Setting up OpenAPI (Swagger) in your Express app allows you to generate interactive API documentation. Follow these steps to integrate OpenAPI with your Express app....
30
Oct
Docker setup for NodeJS application
by Slav Kurochkin
No Comments
Here’s a Docker setup to containerize both the React frontend and the Express backend efficiently. Below are the two separate Dockerfiles and a docker-compose.yml to...
28
Oct
How Playwright Communicates With Browsers
by Slav Kurochkin
No Comments
Playwright communicates with browsers through browser-specific protocols over a WebSocket or process communication channel. Each supported browser (like Chromium, WebKit, and Firefox) exposes an automation...
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