Testing
-
Software Development
A canonical XML test
I recently did a few days of TDD training for a client. They asked me to help them test and…
Read More » -
Career
How to Future-Proof Your Testing Career
Since I switched back into testing from a development role, I’ve been trying to build up skills that will future-proof…
Read More » -
Kotlin
Testing Kotlin with Spock Part 2 – Enum with instance method
The enum class with instance method in Kotlin is quite similar to its Java version, but they are look a…
Read More » -
Career
Don’t Be a “One-Trick Pony” Manual Tester
I remember seeing ponies when my parents took me to the circus. They were an important part of the show…
Read More » -
Career
5 Skills Every QA Engineer Must Have
Undoubtedly everyone nowadays has the idea of what software developers do in general, but not many people outside IT are…
Read More » -
Software Development
What Is API Testing and Why Should We Be Using It?
Many companies are moving toward a microservices model for their software applications. This means that different sections of their application…
Read More » -
Software Development
The Right Way to Report a Bug
You know, at Zerocracy, either you are a programmer or a tester, and we pay for each bug you find…
Read More » -
Core Java
Convenient mocking in Mockito with JUnit 5 – the official way
Starting with the version 2.17.0 Mockito provides the official (built-in) support for managing a mocking life cycle if JUnit 5…
Read More » -
Kotlin
Testing Kotlin with Spock Part 1 – Object
The object keyword in Kotlin creates singleton in a very convenient way. It can be used for example as a…
Read More »