I'm having a mobile error

I am testing an android application on galaxy j7 pro. I have shot a test case, but when I run the case, the test application is removed and cannot be reset. How does my error fix? Thank you

Hi @kristhanhthanh,

I think this has to do with the second parameter to the startApplication() function. If the parameter is true, it will uninstall your app every time. See this post for some more info:

Hope this helps,

Chris