Xcode in 20 Seconds: Enhanced testing

preview_player
Показать описание
Use parallel testing to make Xcode run multiple tests simultaneously to save time, and use random order testing to make Xcode run tests in a different order each time – a simple way to stop you making one test dependent on another.

Note: parallel testing and performance tests do *not* mix well – make sure your performance tests are separate from your unit tests, then don’t enable parallel testing there.
Рекомендации по теме
Комментарии
Автор

Questions? Comments? Tweet me @twostraws.

twostraws
Автор

Hi. Where can I find the Test Scheme? Thanks.

SevenDeMagnus