xcode 8 执行 UI 测试用例有啥命令吗?
Posted
技术标签:
【中文标题】xcode 8 执行 UI 测试用例有啥命令吗?【英文标题】:Is there any kind of order for xcode 8 to execute UI Test cases?xcode 8 执行 UI 测试用例有什么命令吗? 【发布时间】:2016-11-16 17:07:51 【问题描述】:在 xcode 7 中,当启动多个测试用例时,执行测试用例的顺序是按字母或数字顺序排列的。 例如。
test3() test9() test6() test5() test7() test4() test8()这些案件将按3-4-5-6-7-8-9的顺序执行
现在 xcode 8 测试用例似乎以随机顺序开始。 我的问题是:是否有一些设置或如何使它运行测试是一些命令。
【问题讨论】:
In XCode 8, what is the way to make test methods run in a particular order within a given XCTestCase class?的可能重复 【参考方案1】:-
测试应该能够以随机顺序运行。
根据this answer:命令行和Xcode的测试顺序不同。
【讨论】:
以上是关于xcode 8 执行 UI 测试用例有啥命令吗?的主要内容,如果未能解决你的问题,请参考以下文章
CollectionViewSource、ICollectionView、ListCollectionView、IList 和 BindingListCollectionView 及其用例有啥区别?