Andrey Enin·Nov 10, 2025Dictionary of Flaky TestsSometimes, as a test engineer, a familiar topic may turn out to be much more complex.A response icon1A response icon1
Andrey Enin·Oct 29, 2025Make Enriched E2E API Tests ReportsSometimes, as a test engineer, you need to have as much debug information as possible.
Andrey Enin·May 31, 2025Generative Automation Testing with Playwright MCP ServerAs a test engineer, you cannot ignore AI trends and hyped tools. You have to give them a try.A response icon7A response icon7
Andrey Enin·May 8, 2025Overcoming Bugs in Testing Infrastructure with PlaywrightSometimes, as a test engineer, you meet tasks where problems are around every corner.
Andrey Enin·Apr 10, 2025Operating System Independent Screenshot Testing with Playwright and DockerSometimes, as a test engineer, you might be dazed when all your dev team needs to perform visual regression testing.A response icon1A response icon1
Andrey Enin·Mar 28, 2025Core Takeaway on Designing Automation Test Suites from «Software Engineering at Google»Nowadays, there are no decent books on software testing, but interesting thoughts on testing can be found in other programming books.A response icon1A response icon1
Andrey Enin·Mar 24, 2025Mitigate JavaScript Flaky Unit TestsFlaky tests are the constant accompanying problem of autotests. However, unlike UI end-to-end browser tests, unit tests are less flaky.
Andrey Enin·Jan 18, 2025Field Notes in API Testing, Part 1: Areas of FocusBeing a test engineer (QA) for a decade, I’ve collected over a hundred notes related only to API testing.
Andrey Enin·Jan 18, 2025Field Notes in API Testing, Part 2: Practical ApproachesBeing a test engineer (QA) for a decade, I’ve collected over a hundred notes related only to API testing.
Andrey Enin·Dec 21, 2024One More Technique to Avoid Timeouts as Fix of Flaky TestsSometimes, as a test engineer, you have to find better solutions to previous fixes if they are insufficient.A response icon2A response icon2
Andrey Enin·Dec 8, 2024One Technique for Fixing/Preventing Flaky TestsOften, as a test engineer, you have to manifest and fix flaky tests regardless of how great your test automation is.
Andrey Enin·Nov 5, 2024Is It Worth Mocking WebSockets by Playwright?Rather yes. At first glance, there is nothing complicated about testing WebSockets.
Andrey Enin·Oct 31, 2024Potential Problems in Only Contract Testing StrategyAs a test engineer, you must know about the weaknesses of your test strategy in advance.A response icon1A response icon1
Andrey Enin·Oct 9, 2024Mocking API Through Browser DevToolsSometimes, as a test engineer, it is time to use the new features of the standard, seemingly familiar tools.A response icon1A response icon1
Andrey Enin·Sep 17, 2024Practical Usage of Pairwise TestingUsing pairwise test design technique to represent components in Storybook.
Andrey Enin·Sep 4, 2024Timeouts Against Flaky Tests: True Cases with PlaywrightPlaywright is a highly reliable tool for UI testing, but there are cases when some tests can be flaky, and the timeout antipattern fixes…A response icon3A response icon3
InDev GeniusbyAndrey Enin·May 13, 2024Developing UI with Testing in MindThe following tips will help deliver an intuitive and seamless user experience when developing UI components.
Andrey Enin·Mar 25, 2024Automated Accessibility Testing of Keyboard Navigation on TabOne of the first and easiest ways to start accessibility testing on the site is to navigate through the page using just a keyboard.A response icon2A response icon2
Andrey Enin·Mar 10, 2024Benefits of Test Reports for Single Tasks Even for Positive ResultsIn this article, the term «Test Report» refers to a QA’s comment after checking (testing) a single task (ticket).
Andrey Enin·Dec 25, 2023API Contract Testing on Frontend with PlaywrightSometimes, as a test engineer, business requirements for testing may be quite weird, and you have to adopt different types of testing.A response icon2A response icon2