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
0 answers

Inspect mobile app elements by connecting to xamarin test cloud real devices

I want to write Appium script using JAVA for mobile app automation. How do I inspect the mobile elements using Xamarin. I need yo use physical device. In my organization the USB ports are blocked so I can not connect any. Application doesn't work on…
0
votes
1 answer

Xamarin Test Cloud using Mac Terminal - Cannot open assembly. No such file or directory

I am trying to submit Xamarin.UITests to Xamarin Test Cloud using the Mac Terminal. testcloud.xamarin.com gives me a url to type into the command line, and when I do, I get this message every time: Cannot open assembly…
0
votes
1 answer

Xamarin Test Recorder change JDK

I'm using Xamarin Test Recorder with Enterprise Subscription on Windows 10. When trying to start a recording a test: Editor (with loaded test class) -> Xamarin Test Recorder Icon -> Record new Test -> Select APK -> then selecting .apk file In the…
0
votes
1 answer

What technical specifications are relevant to creating an at-home UnitTest lab?

I need to run tests against physical mobile devices, and need to deploy unit tests to many concurrent devices at the same time. Conceptually, this is similar to the Xamarin Mobile Test Cloud, or Microsoft Mobile cloud... but I need an on-premise…
0
votes
1 answer

Hardware Integration Testing in Xamarin Test Cloud

We would like to have functional tests which require our app to connect with external hardware device. We know that we can record the test cases and run then with mobile device connected via USB from Visual Studio. But, can anybody confirm if…
0
votes
1 answer

how to run Calabash on Xamarin with --tag option

I want to submit the calabash to xamarin test-cloud with the tags I want to run. When I add the --tag option it gives the following error: test-cloud submit prebuilt/Moda.com.apk 93dwwwe5e0e1ec3b0d65099640f23 --devices 0c4wweaf --series "master"…
Mesut GUNES
  • 7,089
  • 2
  • 32
  • 49
0
votes
0 answers

Getting error as "Unfortunately we are unable to execute this test suite." in Xamarin Test Cloud

I have written maven project in java in Intellij and updated POM as mentioned in the [link][1]. I have used Appium with Junit. I haven't added below plugin as they were giving error while uploading package. plugin: org.codehaus.mojo -…
Prachi
  • 1
  • 1
0
votes
1 answer

Xamarin UI Testing for Android app

I have developed xamarin hybrid app (html5 , css & js) for android. Now I am working on testing my android app on xamarin test cloud using xamarin ui testing. I have implemented file upload control (html5) in my app and I want to test file upload…
0
votes
1 answer

Can't run Xamarin.UITest on Test Cloud: Current JsonReader item is not an object

I have a trouble with running Xamarin.UITest tests in the Xamarin.TestCloud, although it passes on simulators and real iPads perfectly. Application: I have the iOS app's source code(XCode project), which I linked to calabash via adding…
masakral
  • 26
  • 4
0
votes
1 answer

Device ID from REST API Xamarin Test Cloud

The option --device take a Device ID which is in a hexadecimal format but if I obtain the device ID from REST API it's not in the correct format. How can I obtain the Device ID in the correct format which i can pass it on command-prompt when I…
Marco19
  • 11
  • 2
0
votes
1 answer

Can we use xamarin to test hybrid mobile app

I need to UI automate a third party mobile app(hybrid app) using xamarin , in which first page is loaded from a website. When i give tree command in xamarin repl command prompt, it returns system web view element like below , [SystemWebView] id :…
0
votes
1 answer

Parameterized Test on Xamarin Test Cloud

I saw when I uploaded my tests on Xamarin Test Cloud that there is a option called --test-params. So my questions are : 1) How can I use params defined in this option on Xamarin Test Cloud and how can I setUp my test class for use these ? 2) Is…
Marco19
  • 11
  • 2
0
votes
2 answers

Xamarin UITest REPL Query TableView elements

How can I list the elements from TableView using REPL? I need all the elements with class UIAccessibilityElementMockView. These are the elements that are visible after tree command: Xamarin_Tree I've tried already the following…
0
votes
1 answer

How to turn off making screenshots (app.Screenshot()) on Test Cloud?

Is there any way to turn off screenshots (app.Screenshot()) on Test Cloud without removing the code? I want to turn off screenshots on demand, preferably with some command line parameter i.e "testcloud.exe --someparameter". Is there any way to do…
0
votes
1 answer

Error executing Calabash iOS tests Xamarin Test Cloud

I've various tests written in Calabash using Ruby. I've tried the tests locally on the simulator and on a physical device and there wasn't any issues but, when I try to execute them on the Xamarin Test Cloud it throws an error relative to the…
anbarquer
  • 178
  • 1
  • 2
  • 8