Documentation for UI Testing in XCode 7 [closed]

早过忘川 提交于 2020-01-01 09:11:37

问题


I was wondering if there is any documentation for the new UI Testing in XCode 7 introduced at WWDC 2015. If there is no documentation, are there any user-produced versions that are worth looking at?

Thanks


回答1:


Some of the useful links:

  • Apple developer videos
  • Apple Developer Doc
  • mokacoding



回答2:


I used appledoc to generate some unofficial headers of XCTest on iOS 9. This includes the new XCU* classes used in UI Testing.

  • Unofficial headers (viewable online)
  • Downloadable docset (GitHub repo)


来源:https://stackoverflow.com/questions/30882193/documentation-for-ui-testing-in-xcode-7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!