Posts
All the articles I've posted.
Web2 vs Web3 Testing: Key Differences That Will Surprise You
Posted on:October 26, 2024Discover crucial differences between Web2 and Web3 testing approaches, with practical examples and solutions for common challenges.
Load testing types: load, stress, soak, spike. Examples in k6 load testing tool
Posted on:August 12, 2022Load testing is a well-known technique of software testing to make sure, that system we’re working on, behaves in a way, we’d like to.
Separate or project repository to store tests? Which, why, and when?
Posted on:December 13, 2021While starting to work with end-to-end tests, one of the first questions is where to store them. Alongside source code or in separate repository? Two solutions, both slightly different.
Six things you should consider while designing a test architecture
Posted on:February 23, 2021The beginning of automated tests in a project is easy and difficult at the same time. You can start smoothly, using base architecture, simple tests, etc - and it's gonna work! But...
Importance of CI/CD and parallelisation in test automation
Posted on:January 31, 2021With 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.
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.