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 A Look at New Java Features in Test Automation is a useful blog post that provides five tips which help you to write clean tests if you are using new Java versions (8 or newer). HttpMocker: A simple HTTP mocking library for Kotlin to handle offline modes provides a quick introduction to a library which allows you to configure the HTTP response that is returned when the system under test sends an HTTP request to a remote API. JUnit 5 TestWatcher API is a helpful blog post that describes how you can process your test results with JUnit 5. MockMvc Kotlin DSL provides a quick introduction to the Kotlin support of the Spring MVC Test framework. Property-based Testing in Java: How to Specify
Compare Two JSON Objects with Jackson | Baeldung
Learn how to use Jackson to compare two JSON objects using the built-in comparator and a custom comparator
How to implement PreOrder traversal of Binary Tree in Java – Example Tutorial
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Reflection is The Most Important Java API – Bozho’s tech blog
The other day I was wondering – which is the most important Java API. Which of the SE and EE APIs is the one that makes most of the JavaContinue reading
Ultimate List of Best Java Blogs in 2019 – Whizlabs Blog
Java Blogs are a good source of the latest Java news, updates, trends, technologies etc. Check out this ultimate list of best Java Blogs 2019,
How you could learn Java on your own and where to start – JAXenter
Learning Java on your own doesn’t have to be difficult; there are plenty of resources for independent study and practice, no matter your age or experience.
Using JUnit5 – Part 3 – Display Names
Published: 2019-07 (July 2019) Relevant for: JUnit 5.5.0 JUnit5 Blog Series Part 1 – Introduction Part 2 – Test Basics Part 3 – Display Names In Part 1 of the blog series, we look…
Local Type Inference Cheat Sheet for Java 10 and beyond! | Snyk
One of the main features in Java 10 in Local Type Inference, which allows us to substitute a type with the var reserved word in our source code. However, in order for this to become a feature that is useful to a developer rather than a feature developers will rue for many years to come, we need to learn how to use it and when to use it properly. This cheat sheet and blog is a reduced version of an blog post that Stuart Marks wrote on the OpenJDK site.
Top 5 JUnit and Unit Testing Courses for Java Programmers
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Java and Python programming languages in demand as skills shortage widens | ZDNet
Must read AI, quantum computing and 5G could make criminals more dangerous than ever, warn police Java and Python programming lang….
Top 50 Java Generics and Collection Interview Questions
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Inspecting OpenJ9 performance with perf on Linux – JIT Compiled Methods
In the first post of this series we learned how to profile modules within the JVM itself using perf. This is useful for diagnosing JVM related problems. However in typical applications the user app…
MicroProfile Hello Azure Sample | Microsoft Azure
Azure Sample: Hello World application using MicroProfile for deployment on Azure