Hi @manisha594391 ,Sharing code snipped. Try to use Junit5 and aem specific frameworks to write unit tests. try to use AemContextExtension and MockitoExtension if needed@ExtendWith({AemContextExtension.class, MockitoExtension.class})Sharing code snippet for schedulerTest for run method. Please chec...