Java Testing Weekly 13 / 2019

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

The Really Valuable Stuff

  • Four Reasons You Should Test Input Validation is an important blog post which argues that you should always test your input validation rules even though this is a very boring task. By the way, I think that the best way to test these validation rules is to write automated tests which ensure that only valid data passes the validation phase.
  • Parallelizing test automation? Read this first is a solid blog post that identifies six things that you have take into account before you run your automated tests in parallel.

It's Time to Update Your Dependencies

2 comments… add one
  • Shiv kumar Mar 25, 2019 @ 14:38

    Nice blog about Testing in Java as well as Selenium.

    • Petri Mar 30, 2019 @ 16:04

      Thank you for your kind words. I really appreciate them.

Leave a Reply