Hi @TarunKumar , Firstly, please check asset.getOriginal() returns value. If the value is null, the operation on null throws Nullpointer.Anyways you can use the below code to Mock. Rendition rendition = mock(Rendition.class);Asset mockAsset = mock(Asset.class);when(rendition.getStream()).thenReturn(...