@bhavi50 Yes, you're missing a few things.
RedirectionModel is registered with SlingHttpServletRequest, but in the RedirectionModelTest class you're trying to adapt it from Resource, which will just return null model and init() method in Sling Model is never called. redirectURL param is not set in ...