Search code examples
cordovaxamarinionic-frameworkxamarin-test-cloud

Can I use Xamarin test cloud with other hybrid apps?


Can I use Xamarin Test Cloud with other hybrid applications (Cordova) or native applications or is it strictly for Xamarin hybrid apps?


Solution

  • It doesn't matter if your app is written with Xamarin or any other framework. You can test it in the Xamarin Test Cloud.

    The only thing that matters is the test framework. You can use Xamarin.UITest only if your app is already written with Xamarin. Otherwise you need to use Calabash. See the graphic below.

    How to select the test framework

    Source: https://developer.xamarin.com/guides/testcloud/choosing-a-framework/