I need to create automated tests for an Android application in Visual Studio using Xamarin.UITest. You need to test the already created application, which is in the form of a .apk file. How to make that when you run the test and download the Android emulator, this application was already there. I read that you can simply drag the .apk file onto the emulator screen, but then you have to do it every time. How to automate this process?
- Here from 10 min. show how to set the path to apk, so that when testing it is automatically copied. Is this what you want? - Bulson
- Most likely, yes, I will try. Thank you very much! - Lovelorn
|