> For the complete documentation index, see [llms.txt](https://kb.annjose.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.annjose.com/mobile-dev/ios-home/xctest-ui.md).

# UI Testing XCTestUI

#### Good Article References

* **Waits in XCUI Test** (by Alex Ilyenko) - <https://alexilyenko.github.io/xcuitest-waiting>
* **4 Tips to master XCTestExpectation** (Bla Bla Car Tech) - <https://medium.com/blablacar-tech/4-tips-to-master-xctestexpectation-aee2b2631d93>
* **Asynchronous iOS testing using XCTWaiter** (by Shashikant Jagtap) - <https://medium.com/xcblog/asynchronous-ios-testing-in-swift-with-xcwaiter-e31c93014c33>
* **Reducing flakiness in Swift tests** by John Sundell - <https://medium.com/@johnsundell/reducing-flakiness-in-swift-tests-5942e5677394>
* **XCTest waiting** - <http://masilotti.com/xctest-waiting/>
