Learning how to write XCUI tests. Any pointers? Resources?
1
0
0
0
0
@swift_beginner My personal approach is to start by writing just a bunch of comments about each of the journeys I want to test. “press X. scroll to Y. check Z.” rinse and repeat. I’d also be thinking about what *needs* to be an XCUITest. You can often get away with the faster and easier tests!