Blog

Android testing tools

I’m pretty sure everyone has heard about the test pyramid. Famous Google testing blog article suggests a 70/20/10 split: 70% unit tests, 20% integration tests, and 10% end-to-end (E2E) tests. The question is, how does it map to Android native...

Isolated Cypress UI tests

In my previous post, I described the whole test automation strategy for Spring + React application. One of the items there was isolated Cypress UI tests. In this post, I’d like to describe what isolation means and how to achieve...

Practical test strategy for Spring & React application

There are two leading approaches for tests: isolated and end to end (E2E). As usual, both approaches have upsides and downsides, and it’s impossible to say which one is better. Everything is dependent on application context and architecture. There are...

Tester's toolbox 2 - Awesome Testing Christmas edition

It’s been more than three years since I released one of my most popular posts - Tester’s toolbox - an alternative guide. Today I’d like to share tools and projects created by me for various occasions (public speaking, teaching on...

Continuous Security - take care of your regression

In my last ‘Continuous Security - how to get involved?’ post I showed you quickstart guide on how to start helping your team in reaching the desired security level. The article contained simple OWASP ZAP scanning technique and very easy...