Xcode 7 introduces new features for automated UI testing and code coverage. It allows writing tests that interact with the user interface using elements, queries, and simulated events. The UI can be recorded to capture actions and facilitate test creation. Code coverage provides a report on which code is and isn't exercised by tests. Beta releases added capabilities for recording gestures, supporting code coverage for static libraries, and interacting with controls like pickers, sliders and alerts. Known issues include limitations interacting identifying elements and with popovers. The presentation demonstrates UI recording and testing capabilities in Xcode 7.