UI Testing and NSScrollView
A short solution for UI tests that need to interact with off-screen elements inside `NSScrollView`.
A short solution for UI tests that need to interact with off-screen elements inside `NSScrollView`.
A pattern for asserting that something did *not* happen in tests, and how to write reliable inverted expectations.
How to use `NSSocketPort` to spin up a simple TCP server for testing without adding heavyweight dependencies.
Practical techniques for creating and sharing deterministic fixtures for iOS UI tests, helping avoid flakiness and sandboxing pitfalls.