所以我正在测试iPhone应用程序.我正在尝试设置我们以后可以使用UIAutomation使用的测试用例(我并没有真正与此相关 - 我可以切换到其他框架).我基本上需要创建一个类似于下面的测试:
+ Launches application
+ Clicks a few specific buttons
+ Hits the home button exiting the application
+ Relaunches the application
+ Checks the status of the application
Run Code Online (Sandbox Code Playgroud)
有没有人知道如何做到这一点或使用什么框架来做到这一点?
提前致谢.