The Decalogue For Good Testing – What you have to learn to become a tester. Part 1

New technologies, devices, applications and games. Digital solutions are everywhere. Someone has to design and develop them. And test them when they are ready. In my previous post I discussed … Continue reading “The Decalogue For Good Testing – What you have to learn to become a tester. Part 1”

Different ways of testing exceptions in Java and JUnit

An exception is an event that occurs during the execution of a program that disrupts the normal flow of instructions.Java programming language provides exceptions to deal with errors and other … Continue reading “Different ways of testing exceptions in Java and JUnit”

Want to be a tester? Check what it takes to make a good one!

So, you are a tester? You play games all day long then! Well, not really. Since I started working as a software tester I’ve been hearing this opinion again and … Continue reading “Want to be a tester? Check what it takes to make a good one!”

Three pillars of Unit Tests

Ok, now we know what TDD is all about and how to do TDD. Really? Well, no. In fact we only know how TDD works, but TDD is about writing … Continue reading “Three pillars of Unit Tests”