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

How to deploy and test our Xamarin.UITests in Xamarin.TestCloud from TeamFoundationServer?

I have Developed Xamarin.iOS and Xamarin.Droid projects in VisualStudio on Windows Machine also connected to Mac system for iOS execution (using TFS). Now I want to write and Run the Tests Xamarin.UITests for both iOS and Android. Could you please…
1
vote
1 answer

Xamarin Test Cloud failure on VSTS

I am trying to run UI TestScripts for Xamarin iOS app on Test cloud, so I filled all the details. App file : **/*.ipa Test Assembly Directory: $(build.binariesdirectory)/$(BuildConfiguration)/test-assembly dSYM file, I uploaded into Git and it was…
TheDeveloper
  • 1,127
  • 1
  • 18
  • 55
1
vote
0 answers

Xamarin Test Recorder with Physical Device - instruments failed to start the app

I have been able to successfully use Xamarin Test Recorder to generate test scripts using the iOS and Android simulators, however, when I try to use a physical device, The "Select App" dropdown doesn't show any apps that have been installed on the…
pnavk
  • 4,552
  • 2
  • 19
  • 43
1
vote
1 answer

Unable to understand how to upload my application to the Xamarin test cloud

I have added the UITesting project to an existing project which did not include UI Testing initially.I am using Xamarin Studio. I am unable to upload the app to test cloud for testing for some reason. I have tested the app on the local device by…
1
vote
1 answer

Error -1073740940 when running UITest on device or emulator

When running a Xamarin Android UITest either in the device or in the emulator I'm getting the return code -1073740940 on ADB.exe. Test Name: AppLaunches Test FullName: UITest1.Tests.AppLaunches Test Source: d:\documents\visual studio…
Nuno Centeio
  • 311
  • 3
  • 13
1
vote
3 answers

Testing a long process in Xamarin Test Cloud

I have a question about Xamarin Test Cloud, hope someone can point me in the right direction. When a user taps a button in my app, a process runs for around 30 minutes. I added a Unit Test project and it runs perfectly in the emulator. However, I…
Luis Beltran
  • 1,704
  • 12
  • 13
1
vote
1 answer

iOS automation on Xamarin cloud

I am trying on Xamarin Test Cloud. I can run test on my local device with this profile: ** But Xamarin run failed with below message: Background: # features/app_regression_master_cases/tc_001_card_front_side.feature:4 execution…
1
vote
1 answer

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?
user4321187
0
votes
0 answers

Xamarin.UITest Tests not working only on real Android devices

I'm new to XamarinUITest and I am having trouble running it on real devices locally (in preparation for AppCenter Test). When I run it using an Android emulator, the test runs smoothly, passes and completes. When I run it on a real device connected…
0
votes
0 answers

Xamarin.iOS UITest does not run with category

I have a lot of uitests for Xamarin.Forms app. These tests under categories. (For example LoginTest category has 10 tests, InboxTest category has 40 tests etc.) When I select 1 category (or when I select more than categories) and run it on iOS…
0
votes
1 answer

Xamarin TestCloud timeout defaults

I am writing UITests and can't find the default values for the timeouts. Does anyone know how long the default timeouts are both locally and on Xamarin TestCloud? I have tried Google, but havent had any luck. Did I understand correctly that if I…
0
votes
0 answers

Xamarin UI Testing

I would like to add UnitTest into my Xamarin app, I get the splash screen displaying on the Andriod emulator and then the landing page loads but the next page it seems to closes the app . I have break point around the Platform.Android and that hits…
user5843610
0
votes
1 answer

Xamarin.UITest iOS ENABLE_TEST_CLOUD directive is confusing

The documentation found HERE is confusing. Regarding configuring test cloud for iOS they say the following: So here are my questions: Can I leave the #if ENABLE_TEST_CLOUD directive in both my release and dev builds? If I leave the #if…
0
votes
1 answer

Cannot execute tests in AppCenter, using calabash framework with React Native project

I am trying to execute appcenter test prepare calabash --artifacts-dir "myArtifactsDir" --app-path "myAppPath" --project-dir "myProjectDir" command via Terminal, and I am getting the following error: Cannot prepare Calabash artifacts. Returning exit…
0
votes
1 answer

How to get the TEAM API Key for microsoft appcenter

I am using cake script to deploy xamarin ui scipts on the test cloud, for this I would need the API key of the team in app center I am running my scripts against. I was able to find those keys in xamarin test cloud but after they moved to microsoft…
TheDeveloper
  • 1,127
  • 1
  • 18
  • 55