XCode Test Automation For IPhone

后端 未结 8 748
隐瞒了意图╮
隐瞒了意图╮ 2020-12-23 15:16

I would like to have my iphone test app to be tested automatically in an IPhone. The following are the steps I would like to have:

  1. compile, link and code sign
相关标签:
8条回答
  • 2020-12-23 15:58

    Check out UISpec http://code.google.com/p/uispec/

    It's a full automation test framework being developed for the iphone.

    0 讨论(0)
  • 2020-12-23 16:02

    The tool you probably want to use for the build and install is Applescript. Something like:

    tell application "Xcode" to launch
    

    I'm not pretending that this is a complete answer; there are still a lot of things to work out. But Applescript is going to be one of your key tools I believe.

    0 讨论(0)
提交回复
热议问题