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 to create a newsletter that shares the best testing articles which I found during the last week.

Let's get started.

Technical Stuff

  • Deep Dive into JUnit 5 Extension Model is a comprehensive blog post that provides an introduction to the JUnit 5 extension model and describes how you can write an extension which allows you to write BDD tests with JUnit 5.
  • Dynamic Testing in JUnit 5; a Practical Guide is an excellent blog post which provides a very comprehensive introduction to dynamic testing. In other words, this blog post describes how you generate test cases at runtime.
  • Mock Static Method using JMockit is practical blog post that helps you to mock static methods with JMockit. This can be useful if you are working with legacy code.

The Really Valuable Stuff

It's Time to Update Your Dependencies

1 comment… add one
  • Chris Winslow Aug 29, 2018 @ 13:28

    Thanks for sharing this list! I totally agree that testing articles are a must on literally any software development blog. Please continue to do these posts, it is a really interesting read. By the way, if you would like to check some more info about testing I would suggest checking ES blog, it can be found here: https://www.softvelopers.com/ It has a lot of viable info as well.

Leave a Reply