iPhone 自动化:在 OCUnit 或 FoneMonkey 中设置测试顺序

发布于 2024-11-29 20:15:27 字数 179 浏览 0 评论 0原文

我使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半衾梦 2024-12-06 20:15:27

它应该按测试套件的字母顺序排列,然后在每个套件中按测试用例的字母顺序排列。

It should be in alphabetical order of test suites, then within each suite, alphabetical order of test cases.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文