Test

Notice (2018-05-24): bugzilla.xamarin.com is now in read-only mode. Please join us on and in the and organizations on GitHub to continue tracking issues. Bugzilla will remain available for reference in read-only mode. We will continue to work on open Bugzilla bugs, copy them to the new locations as needed for follow-up, and add the new items under Related Links. Our sincere thanks to everyone who has contributed on this bug tracker over the years. Thanks also for your understanding as we make these adjustments and improvements for the future.

Please create a new report on or with your current version information, steps to reproduce, and relevant error messages or log files if you are hitting an issue that looks similar to this resolved bug and you do not yet see a matching new report. Download avg for osx. Alexandre Pepin 2015-10-14 11:04:30 UTC I can't run an UITest on Xamarin Studio Mac when the Android application is built and deployed from Visual Studio Steps to reproduce 1. Create an android App on visual studio and deploy it on a device 2.

Create an UITests on Xamarin Studio on a Mac to tests the app on the device I used the following code to start the app on the device from the tests: 'ConfigureApp.Android.DeviceSerial('serialOfMyDevice').InstalledApp('my.package').StartApp();' I get the exception: SetUp: System.Exception: Unable to start test server. The keystore information supplied does not match the currently installed app. Matt Ward 2015-10-14 16:37:33 UTC The Android app's apk that is being tested must be signed with the same keystore as the test server. Since you have built the app's on a different machine it using a different keystore than what is on the Mac. UITest will not resign an already installed application.

UITest works differently for iOS differently since it installs the test server with the iOS app directly onto the simulator or device. The simplest solution would be to build and run the UITests on the Mac instead of using two different machines. Alexandre Pepin 2015-10-14 16:45:42 UTC This isn't a solution for us. Opening our app solution on Xamarin Studio on Mac causes us a lot of compilation error, makes a lot of change in the.csproj and make it incompatible with Visual Studio. We can't deploy from Xamarin Studio from a Mac without breaking it for Windows We can deploy the android tests on Visual Studio, but we want to use the same tests and solution for iOS.

So we can't use the same solution for the the tests on Visual Studio and on Xamarin Studio Mac at the same time for the same reason as above It will be very helpful if we could run the UITests of iOS on Visual Studio. In that case, we wouldn't need Xamarin Studio on Mac. Is there any way to do that? Otherwise, is it possible to use the same keystore when deploying the app with visual studio than the one used by the UITests? Outlook store button missing.