Swift UITesting error: Invalid escape sequence in literal. \U201c
Question or problem in the Swift programming language: I am building an automation suite using Xcode 7 with swift.
Continue ReadingQuestion or problem in the Swift programming language: I am building an automation suite using Xcode 7 with swift.
Continue ReadingQuestion or problem in the Swift programming language: Apple simplified iOS UI testing in Xcode 7.
Continue ReadingQuestion or problem in the Swift programming language: I’m creating Automate UITest test case where I’d like to test the scenario when users make 3D Touch interaction with an element, then shows them Peek and Pop view.
Continue ReadingQuestion or problem in the Swift programming language: I’d like to override the init function for XCTestCase in UI testing for a few reasons:
Continue ReadingQuestion or problem in the Swift programming language: Is there a way to move UISlider under UITests target in Xcode? I really need to move it from code. Is it possible?
Continue ReadingQuestion or problem in the Swift programming language: Here is a pic of the table I’m working with.
Continue ReadingQuestion or problem in the Swift programming language: Every time we change something in the UI, we have to manually prepare and take 375 (= 5 screenshots * 5 device types * 15 languages) screenshots for iTunes Connect’s listing.
Continue ReadingQuestion or problem in the Swift programming language: I am automating an app using UI Testing in Xcode 7. I have a scrollview with XCUIElements (including buttons, etc) all the way down it. Sometimes the XCUIElements are visible, sometimes they hidden too far up or down the scrollview (depending on where I am on the […]
Continue ReadingQuestion or problem in the Swift programming language: Is there a way to mock requests when writing automated UI tests in Swift 2.0. As far as I am aware the UI tests should be independent of other functionality. Is there a way to mock the response from server requests in order to test the behaviour […]
Continue ReadingQuestion or problem in the Swift programming language: I have a very simple XCTestCase implementation that tests a tap on a button and expects an Alert controller to show up. The problem is that the tap() method doesn’t work. Placing a breakpoint in the associated button’s IBAction I realise the logic doesn’t even get called.
Continue Reading