WireMock

WireMock Tutorial: Request Matching, Part Three

This blog post describes how we can specify expectations for the JSON document that is received by our WireMock server. After we have finished this blog post, we: Can compare the actual JSON document with the expected JSON document. Understand how we can ensure that an attribute is found from the JSON document. Know how […] Read more

Java Testing Weekly 25 / 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: Request Matching, Part Two

This blog post describes how we can use the request matching support of WireMock when we want specify expectations for cookies, HTTP headers, and request parameters. After we have finished this blog post, we: Can compare the actual cookie value with the expected cookie value. Know how we can compare the actual header value with […] Read more

Java Testing Weekly 23 / 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: Request Matching, Part One

This blog post provides an introduction to the request matching support of WireMock. After we have finished this blog post, we: Understand how request matching works. Know how we can compare the actual HTTP request method with the expected request method. Can compare the actual request URL with the expected request URL. Let's start by […] Read more

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