Is there by any chance a video that is serving as a kind of refresher for this video? Like, if things have changed or better approaches have been created, those things are introduced in the refresher course. Do you by any chance have such content?
at around 38:00 of the video how come u instantiated 1 separate instance of XCUIApplication() in each helper function instead of instantiating it at the top of the file so that it would only need to be written in 1 place in the file? I would assume that every UI Test would need an instance of XCUIApplication() & that there won't be garbage collection / memory issues by keeping the 1 instance at the top since each UI Tests allocates the resources/objects that are at the top of the file when the UI Test starts, and also each UI Test de-allocates the resources it used when the test end.
Amazing video. Clearly explained Accessibility labels and identifiers
Is there by any chance a video that is serving as a kind of refresher for this video? Like, if things have changed or better approaches have been created, those things are introduced in the refresher course. Do you by any chance have such content?
at around 38:00 of the video how come u instantiated 1 separate instance of XCUIApplication() in each helper function instead of instantiating it at the top of the file so that it would only need to be written in 1 place in the file?
I would assume that every UI Test would need an instance of XCUIApplication() & that there won't be garbage collection / memory issues by keeping the 1 instance at the top since each UI Tests allocates the resources/objects that are at the top of the file when the UI Test starts, and also each UI Test de-allocates the resources it used when the test end.
how can we access the lab for this video?
great tutorial ..love it
Thank you, where i can found project from tutorial ? Sorry, i don't know :)
Ray Wenderlich Team always been Gods :)
Didn't realise Leslie Winkle got out of Theoretical particle physics and in to teaching iOS UI Testing
I was expecting something would be read out by the device in a voice over. I don't know if I'm missing something.
start the accessibilityinspector tool and tap on the voice icon
great tutorial
I am trying to simulate the same this as recorded but I can't put rawValue next to the string. it shows up an error
you need to type enum City: String { case ... }
Is your UI recorder not buggy? I am using xcode 10 and it records in an inconsistent way.
This was recorded many years ago so things have definitely changed since then.