Testing
-
Core Java
Writing Clean Tests – Beware of Magic
It is pretty hard to figure out a good definition for clean code because everyone of us has our own…
Read More » -
Software Development
What If I do This?
When I started my career as a developer, there were testers on my team. That was a new concept for…
Read More » -
Software Development
Do You Have Tutorial Unit Tests?
I haven’t posted much recently because I’ve been busy with my new job. This brings up an interesting question –…
Read More » -
Software Development
Writing Clean Tests – Naming Matters
It is pretty hard to figure out a good definition for clean code because everyone of us has our own…
Read More » -
Software Development
Test coverage using testing tools and methods
Overview: To define “Test coverage” we have to talk about the topics stated below: The purpose of test coverage. Different…
Read More » -
Software Development
See, always told you: testing is just a waste of time
Automated testing has become something people don’t speak about any more. It matured to being a standard in software development,…
Read More » -
Software Development
Test Driven Discipline
As the ”Is TDD Dead or Alive” continues, it is interesting to see the different kind of discussions. Here’s an…
Read More » -
Core Java
Writing Clean Tests – It Starts from the Configuration
It is pretty hard to figure out a good definition for clean code because everyone of us has our own…
Read More » -
Software Development
Tests as documentation
Documentation needs to be comprehensive, always up-to-date and accessible. By comprehensive I mean that it must cover all important areas…
Read More »