Category: Automation
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...
25
Nov
Python API testing beyond the GET request.
by Slav Kurochkin
No Comments
Recently I wrote a blog post on API testing in Python, but I only talked about GET requests there. In this tutorial we are going...
15
Nov
Performance testing with JMeter
by Slav Kurochkin
No Comments
JMeter is a powerful tool for load and performance testing. In this tutorial we going to look on how to install JMeter on MacOS, record...
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...
11
Nov
Django Database Model Unit Testing
by Slav Kurochkin
No Comments
Working with databases always have some challenges. The main problem is if we run tests against real database it can get flooded with fake data...
11
Nov
Health Check of a Public Website using Python
by Slav Kurochkin
No Comments
So you running public website and you have something like Jenkins server where you can execute small programs and monitor state of your website. There...
04
Nov
Detox Test Reports in Jenkins
by Slav Kurochkin
No Comments
In this blog post we going to integrate Detox reports in Jenkins CI/CD pipeline. But first let’s see how test reports working in Jenkins. Most...
29
Oct
Debugging Detox UI tests in React Native
by Slav Kurochkin
No Comments
Those who worked with mobile applications UI testing in Appium used to elements finder which comes with Appium Inspector, but when you work with Detox...
24
Sep
API testing with Python
by Slav Kurochkin
No Comments
There are many ways of doing API testing, the most popular tools is Postman (JavaScript) and RestAssured (Java), in this post we going to use...
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,...