Hey @vinuu123 , Here is a quick reference : unit-testing-aem for Junit testing. For your usecase, you need to mock the model under the test and command the Junits as and when required like:If someone is calling a getter from mockModel you can use :when(mockModel.getSomeProperty).thenReturn("Lorem Ip...