Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 900
Fred Avatar asked Aug 09 '16 07:08

Fred


Video Answer


1 Answers

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.

like image 89
Swift Dev Journal Avatar answered Oct 09 '22 04:10

Swift Dev Journal