iPhone 自动化:在 OCUnit 或 FoneMonkey 中设置测试顺序
我使用 FoneMonkey 进行自动化,它利用 OCUnit (SenTestingKit) 以编程方式编写测试用例。有谁知道是否有办法定义测试脚本的运行顺序?在每个脚本中,是否有办法确定测试用例何时运行?
I'm using FoneMonkey for automation, which utilizes OCUnit (SenTestingKit) for programmatically writing test cases. Does anyone know if there's a way to define the order in which test scripts are run? And within each script, is there a way to determine when the test cases are run as well?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它应该按测试套件的字母顺序排列,然后在每个套件中按测试用例的字母顺序排列。
It should be in alphabetical order of test suites, then within each suite, alphabetical order of test cases.