I am new to Android testing with Robotium. How can I programmatically uninstall and then install the application before running some tests?
For example, to check the login action, I need to make sure that the login credentials are not saved from the previous application launch. Or is there another way to do this?
source share