Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Test With Xcode Server

Pin-Shih Wang
July 01, 2014
50

Test With Xcode Server

Pin-Shih Wang

July 01, 2014
Tweet

Transcript

  1. Xcode Integration • Command + U • Button in the

    Source Editor side bar • Button in the Test Navigation
  2. Xcode6: XCTest • Xcode 5 -> 2013 夏天 正式發佈 •

    不⽀支援 asynchronous • Xcode 6 -> 今年夏天 • ⽀支援 asynchronous
  3. Writing Performance Tests • A performance test takes a block

    of code that you want to evaluate and runs it ten times, collecting the average execution time and the standard deviation for the runs. • These statistics combine to create a baseline for comparison, a means to evaluate success or failure.
  4. End