SlideShare a Scribd company logo
Testing in Swift
hugo
4/25/2015
軟體開發有三種⽅方式
藝⾼高⼈人膽⼤大
圖⽚片出處 http://goo.gl/fqvzJv
不敢玩真的
圖⽚片出處http://goo.gl/gWI6cY
安全的冒險
圖⽚片出處 http://goo.gl/sp3GPT
單元測試的三個步驟
設定Target Membership
產⽣生測試檔
測試 vs 實做
測試驅動開發三階段
Test Driven Development
紅燈:寫出失敗的測試
Build: ⌘B
Test: ⌘U
Run: ⌘R
綠燈:讓測試通過
重構:改善既有程式
圖⽚片出處 http://goo.gl/Njgoe6
TDD的理由
• 簡單設計
• 沒有 dead code
• 從使⽤用者⾓角度設計
• 測試涵蓋率⾼高
• 容易維護與重構
• 擁有可執⾏行的⽂文件 圖⽚片出處 http://goo.gl/R5aD5X
參考資料
• How to write unit tests in Swift with XCTest

http://roadfiresoftware.com/2014/06/unit-testing-
with-swift/
• Test Driven Development

http://devmonologue.com/ios/category/test-driven-
development/
• TDD for iOS in Swift – What’s the Goal?

http://www.andrewcbancroft.com/2014/12/16/tdd-
ios-swift-whats-goal/

More Related Content

PDF
看板實驗室
PPT
2014/02: 嵌入式測試驅動開發
PDF
Ansible & GitLab CI / CD Workshop 101 ( @Agile Tour Taipei 2017)
PDF
嵌入式測試驅動開發
PPS
基于Android ndk的软件开发简介 放映
PDF
Android 智慧型手機程式設計
PDF
如何在實務上使用TDD來開發 twmvc#12
PDF
Continuous Delivery Workshop with Ansible x GitLab CI (5th)
看板實驗室
2014/02: 嵌入式測試驅動開發
Ansible & GitLab CI / CD Workshop 101 ( @Agile Tour Taipei 2017)
嵌入式測試驅動開發
基于Android ndk的软件开发简介 放映
Android 智慧型手機程式設計
如何在實務上使用TDD來開發 twmvc#12
Continuous Delivery Workshop with Ansible x GitLab CI (5th)

What's hot (18)

PDF
TDD (Test-driven development, 測試驅動開發) 基本教學
PPTX
Open CV Setting For Android Studio
PDF
Vs2013新功能介紹 twMVC#11
PDF
跟著 geerlingguy 大神
一起測試 Ansible Roles
ODP
Clojure cnclojure-meetup
PDF
用最潮的 Java script 盡情開發 kde qt 程式
PDF
My DevOps Tour 0.1
PDF
Unit test
PPTX
jsdoc-toolkit
PDF
測試是什麼
PPT
Grails敏捷项目开发
PDF
twMVC#24 | 開發團隊的敏捷之路(未完成)
PPT
Yii phpunit
PDF
twMVC#29 -Learning Machine Learning with Movie Recommendation
PPT
The way to continuous delivery
PDF
iThome Serverless All-Star 開場
PDF
Node.js 進攻桌面開發
PDF
北護樂學程式冬令營 2017
TDD (Test-driven development, 測試驅動開發) 基本教學
Open CV Setting For Android Studio
Vs2013新功能介紹 twMVC#11
跟著 geerlingguy 大神
一起測試 Ansible Roles
Clojure cnclojure-meetup
用最潮的 Java script 盡情開發 kde qt 程式
My DevOps Tour 0.1
Unit test
jsdoc-toolkit
測試是什麼
Grails敏捷项目开发
twMVC#24 | 開發團隊的敏捷之路(未完成)
Yii phpunit
twMVC#29 -Learning Machine Learning with Movie Recommendation
The way to continuous delivery
iThome Serverless All-Star 開場
Node.js 進攻桌面開發
北護樂學程式冬令營 2017
Ad

Viewers also liked (14)

PPTX
Unit Testing in Swift
PPTX
Unit Testing Concepts and Best Practices
PPTX
UNIT TESTING PPT
ZIP
Unit Testing in Java
PDF
Swift testing ftw
PDF
Testing iOS10 Apps with Appium and its new XCUITest backend
PDF
Unit testing in swift 2 - The before & after story
PPTX
Protocol-Oriented Programming in Swift
PPT
Generating test cases using UML Communication Diagram
PDF
7 Stages of Unit Testing in iOS
PDF
iOS Unit Testing Like a Boss
PDF
iOS advanced architecture workshop 3h edition
PDF
Unit testing best practices
PDF
Unit Testing & TDD Training for Mobile Apps
Unit Testing in Swift
Unit Testing Concepts and Best Practices
UNIT TESTING PPT
Unit Testing in Java
Swift testing ftw
Testing iOS10 Apps with Appium and its new XCUITest backend
Unit testing in swift 2 - The before & after story
Protocol-Oriented Programming in Swift
Generating test cases using UML Communication Diagram
7 Stages of Unit Testing in iOS
iOS Unit Testing Like a Boss
iOS advanced architecture workshop 3h edition
Unit testing best practices
Unit Testing & TDD Training for Mobile Apps
Ad

More from hugo lu (11)

PDF
WSO2 IoTS Device Manufacturer Guide
PDF
Dev ops 簡介
PDF
關於測試,我說的其實是......
PDF
Sql injection 幼幼班
PDF
Sql or no sql, that is the question
PDF
Continuous integration
PDF
Swift 2.0 的新玩意
PDF
精實執行工作坊
PDF
畫出商業模式
PDF
The linux networking architecture
PDF
精實軟體度量
WSO2 IoTS Device Manufacturer Guide
Dev ops 簡介
關於測試,我說的其實是......
Sql injection 幼幼班
Sql or no sql, that is the question
Continuous integration
Swift 2.0 的新玩意
精實執行工作坊
畫出商業模式
The linux networking architecture
精實軟體度量

Testing in swift