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
- Assertions with Vert.x Futures and JUnit5 is a useful blog post that describes two assertion method which make your life easier when you are testing Vert.x futures with JUnit 5.
- How to use JUnit 5 @MethodSource-parameterized tests with Kotlin is a helpful blog post that describes how you can write parameterized tests that get the test data by invoking a factory method when you are using Kotlin and JUnit 5.
- Mockito Tutorial is a very comprehensive tutorial that explains how you can use this very popular mocking tool.
The Really Valuable Stuff
- My Personal Testing Values is thought-provoking blog post that identifies five testing principles which are followed by the author.
It's Time to Update Your Dependencies
No updates this week.