Articles, Home

Java in App Service on Linux

Shrirang Shirodkar joins Donovan Brown to discuss what’s new in App Service for Java developers. You’ll see how Java developers can build web apps for Linux without having to deal with custom Docker c

Articles, dummyCategory

Jonathan Giles

Jonathan Giles is a software engineer who specialises in Java, API design, graphics, and user experience. He is a Cloud Developer Advocate at Microsoft.

Articles, Home

Java Testing Weekly 24 / 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 How to Create Selenium Reports with EventListeners is an interesting blog post that explains how you can create test reports or logs without writing any duplicate code. JUnit5 Programmatic Extension Registration with @RegisterExtension describes how you can register custom JUnit 5 extensions by using the @RegisterExtension annotation. Also, the author explains the difference between adding this annotation to a static field and adding this annotation to an instance field. Mockito ArgumentMatchers is a pragmatic blog post that describes how you can use Mockito’s argument matchers. This post also explains the difference between an argument matcher and an argument captor, and helps you to use the right tool for the job. Spring REST Docs – Test driven documentation of your REST API is a