Application getting uninstalled every time how to avoiding the installing and uninstalling the app

i am getting the problem because application getting installed and uninstalled every time and i want to avoid installing and uninstalling the application

Hi Akshay,

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,

Chris

4 Likes

yep it helped me to solve my problem: before that i need to login in application every time for each test case: enter login and pass. But then i have changed parameter to “False” it keeps me like logged in user.
Thanks a lot!

1 Like