Android project structure :
-app module
-featureA dynamic module -> depending on app module
-featureB dynamic module -> depending on app module
Use Case : I want to write end to end intrumentation test for my application
Issue : Since , dynamic module classes are not available to app module or other modules . It seems impossible to write end to end test for the application covering all the features .
So, please let me know what can be done here .
Is it possible or not ??
Any work around ??
How do big companies with dynamic feature do it ??