How to run installed app in mobile device

Start recording and sign in to an app. Now i record another test case, app signs in already but when i run this test case app starts from sign in screen
for Example, i have an app where we need to set a master password first then we can do another activity after entering master password. I want to see enter master password screen when it run from katalon but its shows to me set password screen.
please solve it.
Thank you

1 Like

I am facing the same issue. Please respond ASAP

How to write a test case for installed app?
eg- I want to open the app which already installed. Don’t want to install again

1 Like

I have the app already installed in mobile device but while testing the app gets uninstalled and get reinstalled again. please give us solution.

I have the app already installed in mobile device but while testing the app gets uninstalled and get reinstalled again. please give us solution.

3 Likes

Mobile.startApplication(appPath, false);
Use this for using installed app from device.