I need to test my onUpgrade() method (I changed a couple of tables in a db) before posting my new version of the app online.
If I install the current version of the application on my mobile and then run the new version of the app on Android Studio while my mobile is connected, will this trigger the upgrade? Is it considered a valid test?