January 2019

Adding Input and Output Parameters to TestProject Actions

When we use TestProject addons in a real software project, the odds are that we want to write actions which have input and output parameters. This blog post helps us to solve that problem. After we have finished this blog post, we: Know how we can add input and output parameters to TestProject actions. Understand […] Read more

Java Testing Weekly 5 / 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 4 / 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

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