Top "Uitest" questions

What are fixtures in programming?

I have heard of this term many times (in the context of programming) but couldn't find any explanation of what …

fixtures ui-testing uitest test-fixture
The bundle UITests couldn’t be loaded because it is damaged or missing necessary resources. Try reinstalling the bundle

I can't run my test case due to this following errors : The bundle “UITests” couldn’t be loaded because it …

ios swift travis-ci uitest
How to obtain reference to TextField in UI Tests in Xcode 7

I am trying to use UI tests in Xcode 7 beta. I have a storyboard with two text fields. Both text …

xcode swift xcode7 xcode-ui-testing uitest
How to speed up UI test cases in Xcode?

Since Xcode 7 we have a nice API for UI testing. Mostly I'm satisfied with it. The only concern is related …

ios objective-c xcode7 xctest uitest
how to Detect if Keyboard is shown in Xcode UI test

I am writing a UI text in swift under the new Xcode 7 UI test framework. the requirement is to test …

ios iphone xcode swift uitest