user4321187
user4321187

Reputation:

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?

Upvotes: 1

Views: 940

Answers (1)

Wosi
Wosi

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.

How to select the test framework

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

Upvotes: 1

Related Questions