Search code examples
xcodeinstruments

XCode Instruments Automation missing


I want to do UI automation tests using Xcodes Instruments. But it seems like "Automation" is missing. How can I add this?

image


Solution

  • Use Xcode 7.3 if you want to use the Automation instrument.

    Apple removed the Automation instrument in Xcode 8. Use Xcode's user interface testing to test your app's user interface in Xcode 8.