Hi @Kabrawalaak @Manu_Mathew_ @Jagadeesh_Prakash ,
How to set date property to component in it.test functional testing.
TestComponent com = new TestComponent(componentclient, xfPath,"/master/jcr:content/root/componenent", "comp");
com.setProperty("html", "test");
we have option to set string and s...