Testing
-
Core Java
Using Junit Test Name
Name your tests When we create Junit test usually there is no practical use of the name of the method.…
Read More » -
Enterprise Java
Getting Started With Gradle: Integration Testing
Because the standard project layout of a Java project defines only one test directory (src/test), we have no standard way…
Read More » -
Software Development
4 Creative Ways to Test Your Code in Production
What are some considerations and things to think about if I want to get the most out of testing in…
Read More » -
Core Java
JUnit: Testing Exceptions with Java 8 and AssertJ 3.0.0
AssertJ 3.0.0 release for Java 8 makes testing exceptions much easier than before. In one of my previous blog post…
Read More » -
Software Development
TDD, Code review and Economics of Software Quality
To understand the value of Junits (developer tests), try maintaining, or worst, refactoring a code base that has none. The…
Read More » -
Enterprise Java
Automated testing of REST-services
Despite I’m a Java and Scala developer I still passioned a lot in testing of software. If to be more…
Read More » -
Groovy
Short on Time? Switch to Groovy for Unit Testing
If you are a programming today, you have most likely heard of Unit Testing or of the Test-Driven Development process.…
Read More » -
Software Development
Writing Clean Tests – Small Is Beautiful
We have learned that “clean” unit tests might not be as clean as we think. We have done our best…
Read More » -
Enterprise Java
Writing Clean Tests – Trouble in Paradise
If our code has obvious faults, we are very motivated to improve it. However, at some point we decide that…
Read More »