Questions tagged [uitest]

249 questions
0
votes
1 answer

XCTest is not giving me accurate results each time (Sometimes it fails, sometimes it passes)

I am using XCode 8.2.1 (Swift) with XCode UI tests to test my app in terms of UI, so my problem with this tool is it doesn't give me accurate results some tests are passed and at the next time they fail. My question might be generic but is this…
Amjad Husseini
  • 475
  • 7
  • 12
0
votes
1 answer

Is it possible to open a web browser and interact on simulator when running xamarin ui tests

During my test I need to login to the app. When in a certain mode the app requires a one time password. This is created for testers on a webpage that is periodically updated with new codes. Is it possible to open a browser window and interact with…
TB14
  • 187
  • 1
  • 15
0
votes
1 answer

UITest failed with : "SetUp : System.InvalidOperationException"

I can't use UITest anymore with my xamarin project since the last update of xamarin on the stable channel with Xcode 8.2. Everytime, when I launch the test, I have an error : "SetUp : System.InvalidOperationException : Sequence contains no matching…
nicar
  • 157
  • 1
  • 14
0
votes
1 answer

Facing "Stalled error " on Xamarin test cloud when Xamarin.ios Uitest ran from Xamarin Studio

I am facing "Stalled error" when running UITest on Xamarin test cloud from mac machine - Xamarin studio. UITest is written for Xamarin.ios application, which is just having code (the default code) AppLaunches test and code is app.Screenshot("First…
0
votes
2 answers

iOS UITest: How to read app settings in UITest on iOS

Hello is there any way in UITest via xCode8 to read app current settings? I would like to run app and validate its default settings. Thanks JJ
jjj
  • 1
0
votes
1 answer

PhantomJS stops working in Gemini testing

I'm getting exact same error discussed here, when I'm running UI automation using Gemini Testing . The error start happening when the number of tests exceeded 100. Any pointer to fix this issue is really appreciated?
0
votes
0 answers

Cannot EnterText on local device using Xamarin UItest Cross Platform

So I am playing with Xamarin UI Test (which uses calabash under the hood, I think) and cannot enter text on my locally attached device I have a Cordova/Ionic app (6.3.1/1.2.4) visual Studio 2015 with Xamarin/update 3. I've added the apk to the…
Amjid Qureshi
  • 577
  • 1
  • 8
  • 19
0
votes
2 answers

How do I unit or UI test a URL scheme on iOS

I gave my iOS app a URL scheme. Is it possible to somehow test it either in a unit test or uitest?
esbenr
  • 1,356
  • 1
  • 11
  • 34
0
votes
0 answers

Android UITest: Test the final release build or test a custom build with integrated test data?

I want to write UI-Test with tools like Calabash / Xamarin UITest. My app uses an REST-API to fetch data from a server. Should I write my UITest in a way that the "final release" build is testet and the test data comes from the production server? Or…
Ranga B.
  • 627
  • 10
  • 20
0
votes
1 answer

Xamarin UI Tests get info about device and app version

I have a question. Can I get in Xamarin UI Test information about device and app? I need information like this (ios+android): System version. device id app version
Żyli
  • 41
  • 1
  • 3
0
votes
1 answer

How do you clear text from a table cell on iOS with xamarin.UITest?

I have been trying to use: ClearText(c => c.Class("MyCell").Index(0)); The output says: "Clearing text in element Using element matching Class("MyCell").Index(0)." But the text stays put
ArbiterUnknown
  • 113
  • 2
  • 13
0
votes
1 answer

User interface result test

Is is possible to test the result of an user action with automated test in ios? For example how can i check that the app created a file, if the user clicked on save button. I have tried Appium and Apple-made XCUITesting but i just cant figure it…
Peter F.
  • 23
  • 5
0
votes
1 answer

UITesting Citrix Application with Visual Studio 2015

I´m trying to make a UITest with visual Studio 2015 in a Citrix Application. My test inserts text and press return key, TAB key and others. After correctly sending in text, the enter is not being sent. I tried it with: …
Clonw
  • 75
  • 6
0
votes
1 answer

How can I interact with my custom keyboard from Xamarin UITest?

I am trying out Xamarin.UITest on iOS, and I am running into the problem that I cannot scroll in my custom UIPickerView keyboard. So my question is: if I have a UIPickerView as a keyboard, how can I select a value?
vrwim
  • 13,020
  • 13
  • 63
  • 118
0
votes
0 answers

android UI Test with Espresso java.lang.NoClassDefFoundError:

I do UITest with Espresso, and test login function in LoginActivity.java . when running LoginScreenTest.java ,some exception got,the follow is exception message. I don't konw why LoginPresenter can be found but LoadIdlingResource cannot be found…
1 2 3
16
17