Search code examples
xcodeinstrumentstvos

Automation for TVOS


I have a question regarding automation testing for TVOS. Is it something that can be done with Xcode Automation Instruments?

I've tried to find any examples or documentation regarding automation processes for TVOS but nothing came out. Is there anyone who can share info regarding this topic?

I have tried unsuccessfully to capture actions via Automation Instruments. Each time I try to capture, Instruments just get stuck. It reproduces with several devices on several Macs.


Solution

  • Automation Instrument is deprecated since Xcode 7.

    It is recommended to use Xcode UI Testing instead, which works for tvOS as well. You can record actions in the Xcode itself as described in the documentation.