Advanced Testing Patterns


As presented @ Info Support Knowledge Night

This session was presented together with my dear colleague Hugo!
Check him out on Twitter: 👉 https://twitter.com/Hugo_vrijswijk

Session Content

Slides

Slides available as pdf.

Code

The code is available on Github <3

Discussed Topics:

Q&A

Do you have some more examples of Contract Testing?

Well, I don’t have a lot of examples I can publicly share. There are a few in the repository, but I would highly recommend learning some more about this cool approach.

The creator of Spring Cloud Contract has a great video explaining it in more detail.

The official documentation is also a pretty good place to look for more details!

What’s the difference between Pact and Spring Cloud Contract?

Well, it’s a different framework and I won’t get too much into the details here. My impression however is that Spring Cloud Contract is the better pick if you are already using Spring.

The integration with Maven repositories for sharing the stubs is pretty cool! As far as I know, this is a bit harder in Pact.