Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用FoneMonkey进行自动化,它利用 OCUnit (SenTestingKit) 以编程方式编写测试用例。有谁知道是否有办法定义测试脚本的运行顺序?在每个脚本中,是否有办法确定测试用例何时运行?
它应该按测试套件的字母顺序排列,然后在每个套件中按测试用例的字母顺序排列。