Writing Addons With TestProject

After we have written some test cases with the TestProject framework, it's likely that we can identify duplicate code which is shared by multiple test classes. This blog post describes how we can remove duplicate code from our test suite by writing custom TestProject addons. After we have finished this blog post, we: Know what […] Read more

How to Specify the Offset of a Timestamp in a DbUnit Data Set

This blog post tells the story of a failing integration test, identifies the problem that failed the test, and describes how we can solve that problem. After we have finished this blog post, we Can identify the problems that we can face when we use timestamps in DbUnit data sets. Understand how we can specify […] Read more

Java Testing Weekly 3 / 2019

There are many software development blogs out there, but many of them don't publish testing articles on a regular basis. Also, I have noticed that some software developers don't read blogs written by software testers. That is a shame because I think that we can learn a lot from them. That is why I decided […] Read more

Java Testing Weekly 2 / 2019

There are many software development blogs out there, but many of them don't publish testing articles on a regular basis. Also, I have noticed that some software developers don't read blogs written by software testers. That is a shame because I think that we can learn a lot from them. That is why I decided […] Read more

Running Tests With TestProject

After we have written some tests with TestProject, the odds are that we want to run them. This blog post helps us to solve this problem. After we have finished this blog post, we: Can create a project that contains our test cases. Know how we can add tests to a project. Can run individual […] Read more

Java Testing Weekly 51 / 2018

There are many software development blogs out there, but many of them don't publish testing articles on a regular basis. Also, I have noticed that some software developers don't read blogs written by software testers. That is a shame because I think that we can learn a lot from them. That is why I decided […] Read more