Hi @srikanthpo3
Knowing how much is the turn-around time to meet again 80% code coverage depends on how much from previous solution you will reuse and how much has changed. You will need to make an assessment based on what you know about your implementation.
As I understand is not only about migration from AMS to AEMaaCS, but also about doing changes to the original implementation of the components, doing re-designs (which I assume you are not referring to only visual things, but also in terms of component structure & behavior). This can represent a challenge in estimating how much time could get you to have back min 80%.
Now, speaking purely technical on migrating the unit tests, this is a very good article:
This is for how to use usw Junit 5 with Mockito and wcm.io
In case you have AEM integrations with external services, which you may need to mock in order to run your tests, you can consider using MockServer: