kif Questions

8

I am making a "before each" step and I am wanting to do steps to logout. I can't find anything about checking if an element exists before I try to touch it, then if it doesn't exist do something el...
Sociability asked 13/9, 2013 at 20:52

4

Solved

I have recently updated my Xcode and started having this error. 2014-11-03 15:03:54.222 App[13141:60b] Error loading /private/var/mobile/Applications/677127BD-5230-4D5F-B70E-AF728439D34B/tmp/AppTe...
Ibsen asked 3/11, 2014 at 4:28

2

Solved

I have a UITabBarItem like so: _Controller.tabBarItem = [[UITabBarItem alloc] initWithTitle:nil image:nil tag:0]; But having nil for a title removes the label needed for accessibility and KIF te...
Bayer asked 14/10, 2014 at 19:0

2

Solved

When running KIF integration tests on device with iOS 8.1.3 I get lots of diagnostic messages of the following kind as console output: AX Exchange error: Error Domain=Accessibility Code=0 "Remot...
Irtysh asked 14/2, 2015 at 12:0

1

Solved

The idea is to make an app that can send a 'tap the screen at coordinates (x,y)' event continuously in the background of another app in iOS. Think of a 'Cookie Clicker' cheat. I am currently assist...
Accretion asked 26/8, 2017 at 12:22

1

Solved

I am using KIF for testing an iOS app, and I would like to know if there is a way to get all the accessibility labels in a current screen. I would like to get an array of strings where each element...
Allhallowmas asked 5/6, 2015 at 17:3

2

Solved

I'm trying to write an acceptance test in KIF on an app that asks for local notification permissions pretty early on. Unfortunately due to iOS simulator security reasons it isn't possible to automa...
Mckinnie asked 2/5, 2015 at 22:22

1

Solved

Has anyone been able to successfully pass the KW_SPEC variable to xctool. I'm trying to run a single KIWI spec by using https://github.com/kiwi-bdd/Kiwi/wiki/Kiwi-FAQ#q-how-do-i-run-a-single-spec-d...
Parlormaid asked 22/5, 2015 at 1:46

1

Solved

I was using KIF Framework until now for iOS UI Automation. KIF (also Unit Test) targets runs the Unit/UI testing code in the same process as your application is running and we can easily Mock diffe...
Redcoat asked 21/10, 2015 at 18:48

1

Solved

I use KIF to test the UI for continuous integration. When the app is the first launch on a device (or iOS Simulator), the system will show some alert views for security. How can KIF automatically a...
Hoffert asked 4/5, 2015 at 11:25

1

Solved

I am using KIF for developing tests, but sometimes because I am getting data from a service that takes more than 10 seconds a tests fails, so I would like to know how to change the default timeout....
Siobhan asked 1/6, 2015 at 16:28

2

Solved

I use KIF framework (http://github.com/kif-framework/KIF) for UI Tests and I need to mock location service. The problem is location service starts BEFORE KIF method -beforeAll invoked. So it's too...
Farmer asked 21/3, 2014 at 14:2

3

Solved

I am using the KIF Framework for functional UI testing. Let's say I am on a current iPad screen where many views (labels, buttons, textfields etc) have unique accessibility labels assigned. If I ha...
Motte asked 10/5, 2013 at 15:35

1

Solved

Can somebody tell me how to access an input field in a uiwebview in KIF 2.0? Unfortunately I can't find anything on KIF Framework Github, neither in the documentation nor in the examples. I tried t...
Philomenaphiloo asked 17/12, 2013 at 15:13

1

Solved

Note: I added kif to the title just for search indexing puposes, considering that most of the answer turned out to discuss it I'm looking for something like selenium for iOS, basically a test-auto...
Bluecoat asked 21/6, 2013 at 7:2
1

© 2022 - 2024 — McMap. All rights reserved.