xcode-ui-testing Questions
0
I am running UI tests in a single Xcode bot. The bots are run on a separate computer which is only used for this task and nothing else. The tests start running fine at first, but after several succ...
Rhizotomy asked 27/8, 2015 at 23:46
2
Solved
When i was running my swift project, I got this error.
target specifies product type
'com.apple.product-type.bundle.ui-testing', but there's no such
product type for the 'iphonesimulator' pla...
Sucre asked 16/7, 2015 at 22:49
0
I'm trying to get UI testing set up for my project - I encountered a crash with previous betas. (See this stack overflow question if you are interested)
Anyway, I was quite thrilled to try it wit...
Cerebroside asked 25/8, 2015 at 23:49
1
Solved
I have a test that looks like the following:
func testNextButtonDisabled() {
let app = XCUIApplication()
XCTAssertFalse(app.buttons["Next"].enabled)
}
This test fails because, in addition to m...
Barrybarrymore asked 19/8, 2015 at 20:51
1
Xcode 7† has a new way to test your UI directly, including a new testing target "iOS UI Testing Bundle" (or "OS X").
In the UI testing target, it appears there's no built-in access to the model ...
Conall asked 20/7, 2015 at 16:8
1
Solved
I am trying to use UI tests in Xcode 7 beta.
I have a storyboard with two text fields. Both text fields have outlets and different Restoration IDs. I recorded the test but generated code is quite u...
Amylolysis asked 4/8, 2015 at 5:8
1
So, i have already existing project at my hands and i’m trying to create some UI tests by using this new fancy UI Testing Bundle provided by apple. The problem is that test target doesn't have acce...
Dissatisfy asked 25/6, 2015 at 8:56
1
I'm a bit confused with the new UI Unit Testing scheme that apple released in their XCode7 Beta. I think it's an awesome idea, but I have a couple questions.
this is one testing method I have...
...
Decigram asked 20/7, 2015 at 16:43
1
Solved
I want to manually take some snapshots from my applications using UI Tests intoduced in Xcode 7. By default, Xcode takes screenshots of every step and in result I got screenshots that was taken in ...
Stepper asked 19/7, 2015 at 14:1
1
I have a framework under test, I want to test a method from public interface which user will call to show a ViewController with xib, I want to unit test this situation using XCTest, call to the met...
Tenaille asked 18/7, 2015 at 13:35
2
Solved
I was wondering if there is any documentation for the new UI Testing in XCode 7 introduced at WWDC 2015. If there is no documentation, are there any user-produced versions that are worth look...
Widthwise asked 17/6, 2015 at 4:10
0
I'm trying to depend on OHHTTPStubs as a framework, from a Swift UI Testing target in Xcode 7.
I built the .framework (via Carthage, but I'm not sure that's relevant?) and dragged it into the "Lin...
Squadron asked 19/6, 2015 at 9:32
© 2022 - 2024 — McMap. All rights reserved.