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
1
vote
1 answer

Xamarin Test Cloud file upload

I am running tests on Xamarin Test Cloud, where I am unable to Upload the images or files in script that I have written. The script gets stuck at a statement app.Tap(x => x.Text("Attach Image")). Where button event is clicked and options are given…
doe
  • 11
  • 2
1
vote
1 answer

Xamarin testcloud, ipa binary link calabash

How I can link my ipa binary with calabash, for test in xamarin test cloud without build from xcode? I currently try with the optool from command line, but not work.
cethap
  • 101
  • 4
1
vote
1 answer

Is it possible to run simultaneous runs with different device configurations?

Is it possible to run multiple test runs with different test suites at the same time with an account that permits device concurrency? https://forums.xamarin.com/discussion/39831/run-ui-tests-on-multiple-devices-simultaneously In this question the…
Marco19
  • 11
  • 2
1
vote
0 answers

Test is not executed or not able to debug - Error : System.NotSupportedException : The given path's format is not supported

I am getting an error while running or Debug Xmarin UITest project. The configuration on my machine is: Windows 7 Professional (Service Pack 1) Visual Studio Enterprise Edition 2015 The steps I tried to solve this error are… (After fresh…
1
vote
1 answer

Test in cloud button has gone

I made a 'Xamarin UI Test' Project to test my app. I was able to click in the button like this: Run in Test Cloud button. But now i made my test using the Repl() and want to run it in the cloud the button has gone away. What i have to do to fix it?
JorgeMadson
  • 140
  • 10
1
vote
3 answers

Xamarin UITest (Calabash) Query for Non-Empty text Property

In Xamarin UITest (which uses Calabash) I can query an element that has some text, like so: app.WaitForElement(x => x.Marked("MyTextControl") .Property("text") .Contains("some text")); I see in the reference…
Nate Cook
  • 8,395
  • 5
  • 46
  • 37
1
vote
0 answers

Running Traditional, Non-UI Unit Tests in XTC

My team has a battery of traditional, non-ui tests for a Xamarin application. We'd like to run these tests in the XTC but haven't found much documentation about running traditional tests in the XTC. My best guess is to load our Xamarin Unit Test app…
Mark Rucker
  • 6,952
  • 4
  • 39
  • 65
1
vote
1 answer

Can an iPhone device passcode be enabled in Xamarin Test Cloud?

I have an iPhone application that requires the user to have a device passcode enabled in order to use the application (for HIPAA compliance reasons). I want to test this application on the Xamarin Test Cloud. I've used the Xamarin Test Recorder to…
Alec
  • 197
  • 3
  • 10
1
vote
0 answers

Building a solution with Shared Project fails on references errors

I have solution with UI Tests for my mobile applications in Xamarin. This is setup: MyApp.iOS - application for iOS MyApp.Android - application for Android MyApp.UITests.iOS - where is only reference to iOS project and shared…
boski
  • 1,106
  • 3
  • 21
  • 44
1
vote
1 answer

Is it possible to test a hybrid app with Xamarin UI.test c# and upload the same tests to cloud?

I have developed a Xamarin UI test for my hybrid app (not written with Xamarin). It is an android app and i have used Visual Studio2015 for the c# based test script development. Now i need to upload the tests to the Xamarin Test cloud ? Is it…
arsalan khan
  • 49
  • 1
  • 7
1
vote
1 answer

Losing control while testing in Xamarin test cloud

After entering into phonebook or gmail or playing YouTube through the testing application, I am losing all the controls to test or query. As soon as it comes into play I lose control. Then I have to manually deal with it. On writing tree on Repl…
Just BD
  • 11
  • 2
1
vote
2 answers

How do I send a HTTP requests from a device to a server which runs in the testrunner of Xamarin Test Cloud

I am using Xamarin.UITest for automated tests of an Android and iOS application. This app makes some HTTP requests to a webserver. For testing purposes and to easily respond with the needed data for the test case, I start a temporary HTTP server (I…
Andreas Willich
  • 5,665
  • 3
  • 15
  • 22
1
vote
1 answer

Need help in Xamarin Test Cloud Automation

In Xamrain test cloud both Xamarin.UITest/Calabash is unit testing ? Can't i write in calabash if my app is written with Xamarin as i am not more comfortable with c# ?
1
vote
1 answer

calabash-android build in Mac giving [Error]Could not find an Android SDK please make sure it is installed

I am trying to build calabash-android in my mac i am getting the following error sudo calabash-android build /Users/igate/Downloads/SimpleCreditCardValidator/app/app-release.apk ERROR: Could not find an Android SDK please make sure it is…
Vinay Jayaram
  • 1,030
  • 9
  • 29
1
vote
1 answer

Enable Calabash-sandbox in Shell Script

I am trying to access Calabash-sandbox running shell script. Basically my shell script has #!/bin/sh calabash-sandbox calabash-android --- which basically should run calabash-sandbox and the respective commands. It executes calabash-sandbox and…
Vinay Jayaram
  • 1,030
  • 9
  • 29