Hi everyone.
I haven't seen much discussion about testing Xamarin Forms applications so I am going to create one :-)
We are using Forms to implement an application for Android and WP. We are currently creating and running unit-tests in a .NET project and it works great for testing shared logic. By using the MVVM pattern some integration/feature testing can also be performed on the viewmodels itself.
We would however like to go a step further and create test suites that can be run on a device (or emulator). Do any of you have experience with creating such test-suites? Have any of you been experimenting with Xamarin Forms and Xamarin TestCloud? Any other tips, tricks or approaches for testing Xamarin apps that your guys care to share?
Thanks you very much in advance.