3 followers
Software developer. Expert in designing Test Automation Solutions with Good reporting and Analytical features.
My primary language at work is javascript. But I prefer solving interview questions in java. I tend to forget the essentials of Java. So I am storing...
In TestNG, the behavior of constructors in relation to test groups and packages can sometimes be confusing. Here’s a breakdown of what you need to...
List to JsonNode conversion List<Map<String, Object>> list = new ArrayList<>(); ObjectMapper mapper = new ObjectMapper(); JsonNode node =...
Just make the forkCount to 0 in sure fire plugin configurations <plugin> <groupId>org.apache.maven.plugins</groupId> ...
In Java 8, you can use the computeIfAbsent method from the ConcurrentHashMap class to handle multiple sessions efficiently. This method is part of the...
This Article is my scribble pad for maven. Not may details are added Maven -> build tool in the Java world plugins -> All task are implemented by...