Hi @Dody ,Since you are mocking JobManager and not actually initializing it, you will not get actual working on the service and hence every operation that you do with JobManager has to be handled by you in test class accordingly. Refer this example:@Mockprivate ResourceResolver resolver; @Mockprivat...