Reputation:
Can I use Xamarin Test Cloud with other hybrid applications (Cordova) or native applications or is it strictly for Xamarin hybrid apps?
Upvotes: 1
Views: 940
Reputation: 45243
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.
Source: https://developer.xamarin.com/guides/testcloud/choosing-a-framework/
Upvotes: 1