August 2018

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

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

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

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

WireMock Tutorial: Introduction to Stubbing

This blog post describes how we can stub HTTP requests with WireMock. After we have finished this blog post, we: Know what stubbing is. Can configure the returned HTTP status code. Know how we can configure the returned HTTP headers. Understand how we can configure the body of the returned HTTP response. Can redirect HTTP […] Read more