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.

92 questions
7
votes
3 answers

Timed out waiting for result of ClearAppData2 when running Xamarin UI Tests for Android

I've created automatic Android and iOS UI-Tests for my Xamarin application with the Xamarin UITest framework. When running the tests locally, they work fine, but when running them on the Bitrise CI, the iOS tests run fine, but the Android UI Tests…
Alexander Pacha
  • 7,455
  • 3
  • 56
  • 87
5
votes
3 answers

What is Xamarin Test Cloud for?

I am working on developing a Xamarin hybrid (html+js+css) application for Android using Visual Studio for iOS. My client wants to upload builds (of the app) to the Xamarin Test Cloud. I am new to Xamarin, so I have no idea about Xamarin Test…
5
votes
3 answers

Xamarin Android: Shared MonoRuntime error

I am developing an android app with Xamarin. I tested in successfully through emulator and in test cloud manually but when I am trying to run it through VSTS, I am getting: Mono Shared Runtime is not supported. This can be resolved by changing …
5
votes
1 answer

Permanently allow Xamarin iOS app to accept incoming connection (Xamarin Test Cloud Agent)

My question is closely related with this question, as I am creating a Xamarin App and want to automatically test the UI. I've followed the instruction from the official documentation but once I do the last step, where I add Xamarin.Calabash.Start();…
Alexander Pacha
  • 7,455
  • 3
  • 56
  • 87
4
votes
1 answer

Xamarin.UITest DeviceAgentException: Failed to install DeviceAgent

How do I solve this error that occurs when running Xamarin.UITest on an iOS Device? It happens on both the iOS Simulator and a physical iOS device. SetUp : Calabash.XDB.Core.Exceptions.DeviceAgentException : Failed to install DeviceAgent:…
Brandon Minnick
  • 11,396
  • 12
  • 55
  • 108
4
votes
3 answers

Q: AutomationId not getting set on Android with Forms

I have a suite of UITest for our Xamarin Forms project. All of the AutomationId's are present in the XAML file and work fine on the iOS project. However when running the tests on Android the AutomationId is not there which is causing my tests to…
Mike
  • 41
  • 2
3
votes
1 answer

Error: Cannot find test-cloud.exe, the path specified by "--uitest-tools-dir" was not found

Trying to run UITest using TestCloud in AppCenter for Xamarin Forms project, both Android and iOS, on both I receive same error when trying to run tests via the appcenter-cli. I am using following command: appcenter test run uitest --app "[dir of…
3
votes
1 answer

Can Xamarin Test Cloud run tests against web app in mobile browser?

We are developing a mobile web app and we would like to test it on various versions of Safari and Android browsers. Does Xamarin Test Cloud support tests that run Safari/Android browser, fire up a URL and run test cases?
Szymon Rozga
  • 17,239
  • 5
  • 50
  • 64
3
votes
1 answer

How to get Xamarin Test Cloud Device String

I am trying to use CI along with Xamarin Test Cloud for an automated CI + Execute test scenario using Visual Studio Online. While creating a new Xamarin Android build definition, it asks to enter a value for Devices, which is quoted as The…
Supreet
  • 749
  • 1
  • 6
  • 26
3
votes
1 answer

Xamarin Test Recorder - How to Use with iOS App

I'm using Xamarin Forms v2.0 with Visual Studio 2015 using a Macbook as a build agent. I'm evaluating Xamarin Test Recorder as a means of creating UI Tests to be uploaded to Test Cloud. Test recorder runs on a Mac and requires the user to select a…
Steve Chadbourne
  • 6,482
  • 3
  • 49
  • 80
3
votes
2 answers

Scenario outlines in Xamarin Test Cloud

I try to run my calabash tests on Xamarin Test cloud - I realized that there are problems with running Scenario outlines which contains Example table. Scenario Outline: Examine Landing Page #Given I open application Then I see the button…
2
votes
4 answers

Xamarin UI test cannot tap on Button

I detected very strange behavior on Xamarin UI test. The issue is - frameworkcan not tap on some marked elements. This absolutely random problem. Issue may appear on Physical Device or Simulator, Android or iOS. Old or new OS Systems. My Test…
Сергей
  • 468
  • 3
  • 9
  • 24
2
votes
2 answers

Xamarin Test Cloud - Parallel execution between devices

Does anyone know if Xamarin Test Cloud, when you choose more than one device, executes the tests in parallel? I mean, parallel between devices, not between tests. Or sequentially? Thanks
Sebastian Ferrari
  • 769
  • 1
  • 10
  • 18
2
votes
4 answers

Mobile Center UITest exit code 20

I've been trying to run a UI test via Visual Studio Mobile center for a while now, but I'm getting the following error: Preparing tests... failed. Error: Cannot prepare UI Test artifacts. Returning exit code 20. I looked on the mobile-center-cli…
2
votes
1 answer

How to imitate OnBackPressed Xamarin Test Cloud?

Now I am testing my app using REPL and need to imitate tap on BackButton of Android device. app.Tap(c=>c.Marked("sendBN")); It is very simple to work with id of the button but I need exactly tap to Back button.
S. Koshelnyk
  • 412
  • 1
  • 3
  • 16
1
2 3 4 5 6 7