Ios - app gets reinstalled when running test script

Hi. Record my app first time and am able to record the Registration and Login process. Now when I run the Login script, my app is getting reinstalled thus I have to go through the Registration process again. This is not ideal at all.
Using real device btw

Hi Hafiz,

If you look at the “Start Application” step of your tests, and if there is a parameter of “true”, that means the app will be cleared for each run. You can change that parameter to “false” to keep the application state between test runs.

Hope this helps!

2 Likes

thanks that did it