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
2
votes
1 answer

Xamarin UITest - determine if device is Phone or Tablet for Android?

Is there a way to determine if the Android device I'm running tests on is Phone or Tablet? Found various answers on this topic from an Android development perspective, but I'm just developing tests and looking for some method from Xamarin.UITest…
2
votes
1 answer

Read value from Text Field in Xamarin UI test REPL

I am working on automation of our cross-platform app in Visual Studio 2013 with Xamarin. And I am currently struggling to read the value from Text Field on a page. Is there a method that can be used to do this? Example of the element attributes…
2
votes
1 answer

BitRise: How to Deploy UITests to Xamarin Test Cloud for iOS App Made in Xcode and UI Tests Written in C# (Xamarin.UITest)

I have an iOS app built in ObjectiveC using Xcode and a UITest written in C# using Xamarin.UITest, and I'm trying to create a Continuous Integration workflow in BitRise. How do I create a BitRise workflow that will build the iOS app, build the…
2
votes
1 answer

Could not run simple demo UITest for IOS at Xamarin Studio

I am trying to run the demo for UITest on iOS platform here. I can not run the UI test, even though building the project without a problem. This is the error information: SetUp : Calabash.XDB.Core.Exceptions.DeviceAgentException : Failed to launch…
funkyxym
  • 61
  • 1
  • 5
2
votes
1 answer

Submit only specific tests to Xamarin Test Cloud

We have an Android and iOS applications and we wrote some Xamarin Test Cloud tests in Calabash. We can run them successfully both locally and on the cloud. Taken from the docs on the Xamarin website, we have a few parameters available when we submit…
Nikola
  • 2,093
  • 3
  • 22
  • 43
2
votes
1 answer

How to check whether an UI element exists without failing Xamarin Test Cloud?

I am using Visual Studio C# with Xamarin to develop an iOS app. I have an UI automation which runs in Xamarin Test Cloud. I want to check if a pop up window exists, and if it exists I want to dismiss it, othervise test should just continue. The…
Thror
  • 223
  • 4
  • 12
2
votes
1 answer

How to test apps which are developed using XAMARIN

How testing will be carried out on apps which are developed using Xamarin ? As i am totally new on it please help me out .Is xamarin test cloud is only used for UI testing ? Manual testing is possible or not.
2
votes
1 answer

Xamarin test cloud submit app and config file

When submitting an app and test assembly to Xamarin Test Cloud using test-cloud.exe (version Xamarin.UITest.1.3.9.1500-dev) we also need to submit an App.config file (as our test assembly relies on configurable appSettings). Initially I had hoped…
Rich Clark
  • 166
  • 1
  • 6
2
votes
0 answers

Error in executing the Xamarin.UITest for some reason

I am trying to do UI Testing using the Xamarin.UITest framework. I am trying to follow the procedure using the links that is given on their website.The application is named 'CreditCardValidator'. I downloaded the app and then did stuffs like…
2
votes
1 answer

BackDoor for Xamarin Forms(Android)

I created app with Xamarin Forms(Android). I creaded xamarin ui test project( Xamarin.UiTest = 1.3.7). I need the use backdoor. It is my code: public class MainActivity : FormsApplicationActivity { .... [Java.Interop.Export("Test")] …
FetFrumos
  • 5,388
  • 8
  • 60
  • 98
1
vote
0 answers

Xamarin UI test - Can't tap button

when I Start the debugging of the app, VS distribute the app on the folder: "android/data/com.myapk.android." When I start the app by tapping the icon or by debugging on my android device, the different buttons of my app works. But when i launch the…
MrDra_
  • 11
  • 1
1
vote
0 answers

How to select an item in UIPickerView

In Xamarin test on Mac, I'm running a test where a picker is opened and the user selects one of two items inside. For some reason this line: if (platform == Platform.iOS) { //Invoke the native method selectRow() app.Query(x =>…
o_w
  • 581
  • 3
  • 12
1
vote
3 answers

Xamarin.Forms UI Automation Testing WaitForElement WebView always times out

My Xamarin.Forms app uses Azure AD B2C for authentication. It works great. I'm trying to build UI automation tests now and I ran into my first blocker. I have been trying to wait for the WebView to come on the screen so I can enter the email and…
1
vote
2 answers

Xamarin UI Test iOS Simulator Connection refused

I am trying to use Xamarin.UITest locally, but I am getting a httprequest exception, saying that the connection has been refused I am using xcode 9.3, vs 7.4.2 and an iphone 10.3 iphone x sim Xamarin.Ui.Test 2.2.4, Xamarin.Testcloud.Agent 0.21.4,…
1
vote
1 answer

app.EnterText() doesn`t enter text to entry in Android 7 and higher in XamarinUiTest

I successfully ran my test on: physical Android 5.1; Android 6.0.1 emulator; testCloud devices 5.1, 5.1.1, 6.0.1 But when I try to run my UITest on Android emulator 7.0 and in testCloud on android devices 7 and higher, it ignores app.EnterText()…
S. Koshelnyk
  • 478
  • 1
  • 5
  • 20