Articles, Home

Java array contains – arraylist contains example – HowToDoInJava

Learn how to check if an arraylist contains a value in Java with example. Also, learn to check if array contains an element, along with index of element in array. 1. Java ArrayList Contains Example To check if an ArrayList contains an element, use ArrayList.contains(element) method. contains(element) method does not take null argument, and will …

Articles, Home

Java Testing Weekly 33 / 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 Test Logging in Java Part Two: Parallel Boogaloo is an interesting blog post that explains how you can write automated tests for logging when you want to run your tests in parallel. Also, you should read the first part of this series as well. JUnit 5 – Dynamic Tests is an excellent blog post that describes how you can specify test cases at runtime with JUnit 5. The Really Valuable Stuff Best practices vs. good practices in software testing is an extremely important blog post that explains why you should use the phrase: “good practices” instead of the phrase: “best practices”. Hindsight lessons about API testing is a thought-provoking post that helps you to write better tests for your REST APIs

Articles, Home

New Feature in Payara Platform 5.182: MicroProfile REST Client

The 5.182 release of Payara Server & Payara Micro brings in MicroProfile 1.3. This introduces a couple of updates to some existing specifications, and three new ones: OpenTracing, OpenAPI, and Type-safe REST Client. In this blog, I’ll be covering our implementation of the Type-safe REST Client.

Articles, Home

How to Choose an IDE

If you’re looking to build a Jakarta EE (formerly Java EE) Application, you’re going to need a few things to get started. Let’s get started with either Payara Server® or Payara Micro® and an IDE (Integrated Development Environment). Here’s what you need to know about choosing an IDE to get started.