Posts
All the articles I've posted.
Who is a Quality Assurance Engineer and what should he know?
Posted on:January 17, 2021Have you ever think about steps in the testing journey? Manual tester, QA, QA Engineer, Test Developer, SDET, TestOps? There are many ways you can develop in. But today, I want to stick with one - QA Engineer.
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.