How to test a mobile app which is installed in the Android mobile?

1. How to test a mobile app which is installed in the Android mobile?
2. Is there a way to test the mobile app without installing APK file?

Hi Ramesh,

You might be able to test an already installed app by setting the desired capabilities of “noReset” to true and “fullReset” to false as mentioned here:

http://forum.katalon.com/discussion/5273/automating-mobile-for-already-installed-apps

Hope this helps,

Chris