Hi Team,
Hope you are doing well
Can anyone please help to write test case for this function
public List<Map<String, String>> getSliderDetail() { List<Map<String, String>> sliderDetailsMap=new ArrayList<>(); try { Resource sliderDetail = resource.getChild("sliderDetails"); if(slider...