Hi Mallikarjun,From what I am aware of , you should be able to write test cases for custom workflow process.If a replicator variable is referenced, we can do it as below [Please note : Using powermock is not recommended]private Replicator replicator;replicator = mock(Replicator.class);Whitebox.setIn...