Blog

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...

Continuous Security - how to get involved as a tester?

Introduction As you may have already noticed I often drift into the security domain. My interests focus mainly on continuous security (i.e. automated security tests). So far I had featured three tools on my blog: OWASP Dependency-Check, OWASP ZAP, and...