Hi @TB3dock ,Junits are tested during the maven build as it need not to be connected to an instance while building. Adding to the same reason, we use stubbing [when().thenReturn()] to control the output of each method call.The other way would be to use a dummy config which you have mentioned, you ca...