Questions tagged [xamarin-test-cloud]

Is a cloud-based service that offers an automated way of testing acceptance against mobile application UI across hundreds of different devices making these tests much less expensive than manually.

Xamarin Test Cloud is now deprecated in favor of its new implementation, App Center Test

Is a cloud-based service that offers an automated way of testing acceptance against mobile application UI across hundreds of different devices (you can see here this collection of devices) making these tests much less expensive than manually.

93 questions
0
votes
2 answers

Using Reflection Causing MissingMethodException in Xamarin UITest

I have a class in my Xamarin PCL which makes a call to System.Reflection.GetRuntimeProperties. For an example, let's say my PCL class has this method: public string ExampleMethod(string arg) { if(arg == null) return null; …
-1
votes
1 answer

What is the API to run UI Scripts on Microsoft AppCenter test cloud - Xamarin

Does anyone have any idea of the API to run UI scripts on Microsoft app center? I tried https://api.mobile.azure.com/v0.1/apps/{owner_name}/{app_name}/test_runs/{test_run_id}/report from https://openapi.appcenter.ms/#/ but its not working.
TheDeveloper
  • 1,127
  • 1
  • 18
  • 55
-1
votes
1 answer

xamarin.UITest vs calabash

have an cross platform shared code application(xamarin.ios) developed in xamarin studio.Need to perform testing which framework is better xamarin.UITest or calabash framework let me know pros and corns of each framework? Thank you
Chandra
  • 15
  • 1
1 2 3 4 5 6
7