Posts
All the articles I've posted.
What is screenshot, UI, API, and performance testing?
Posted on:December 28, 2020Building a product, we face the moment that we need more types of tests. Screenshot, UI, API, or Performance? There are many of them and every one is designed for other purposes.
How to make your UI automation tests resilient to changes?
Posted on:December 20, 2020Using CSS selectors to get elements in end-to-end tests is the most common way (besides xpath), but it can also be tricky and hard to maintain. One day everything could work fine and another a CSS class could be renamed.
What is smoke, sanity, regression testing? How to CI/CD with them.
Posted on:December 12, 2020With growing test architecture, we are facing various problems. Execution time, flakiness, duplicate test cases etc. Tests are becoming hard to manage and we may start to feel like writing and maintaining them is meaningless.
First steps with end-to-end testing using jest + playwright (puppeteer)
Posted on:December 3, 2020Recently I wrote a post about my first steps with test automation. I tried to answer questions related to the topic and guide you where and what to search for.
First steps with UI test automation
Posted on:November 26, 2020Starting your test automation journey isn't always as smooth as it should be.
Why do most test engineers fail interviews?
Posted on:November 20, 2020Recently I had the pleasure of interviewing candidates for my QA team. Sometimes, they were hard. You may ask why so I'll try to explain.