語系:
繁體中文
English
說明(常見問題)
回圖書館首頁
手機版館藏查詢
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Modularizing legacy projects using T...
~
El-Morabea, Khaled.
FindBook
Google Book
Amazon
博客來
Modularizing legacy projects using TDD = test-driven development with XCTest for IOS /
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
Modularizing legacy projects using TDD/ by Khaled El-Morabea, Hassaan El-Garem.
其他題名:
test-driven development with XCTest for IOS /
作者:
El-Morabea, Khaled.
其他作者:
El-Garem, Hassaan.
出版者:
Berkeley, CA :Apress : : 2021.,
面頁冊數:
1 online resource (xvii, 335 p.) :ill., digital ;24 cm.
內容註:
Chapter 1: TDD Basics -- Chapter 2: Unit Tests -- Chapter 3: UITests -- Chapter 4: Testing Pyramid -- Chapter 5: TDD Deep Dive -- Chapter 6: Modularization for the Win -- Chapter 7: Dependency Injection and Mocks -- Chapter 8: Avoiding Multithreading Nightmares -- Chapter 9: Testing your Network -- Chapter 10: Taming Core Data -- Chapter 11: Adding Feature to Legacy App -- Chapter 11: Handling Production Issues.
Contained By:
Springer Nature eBook
標題:
Computer software - Testing. -
電子資源:
https://doi.org/10.1007/978-1-4842-7428-6
ISBN:
9781484274286
Modularizing legacy projects using TDD = test-driven development with XCTest for IOS /
El-Morabea, Khaled.
Modularizing legacy projects using TDD
test-driven development with XCTest for IOS /[electronic resource] :by Khaled El-Morabea, Hassaan El-Garem. - Berkeley, CA :Apress :2021. - 1 online resource (xvii, 335 p.) :ill., digital ;24 cm.
Chapter 1: TDD Basics -- Chapter 2: Unit Tests -- Chapter 3: UITests -- Chapter 4: Testing Pyramid -- Chapter 5: TDD Deep Dive -- Chapter 6: Modularization for the Win -- Chapter 7: Dependency Injection and Mocks -- Chapter 8: Avoiding Multithreading Nightmares -- Chapter 9: Testing your Network -- Chapter 10: Taming Core Data -- Chapter 11: Adding Feature to Legacy App -- Chapter 11: Handling Production Issues.
Improve current or new projects with top notch testability and maintainability. Writing tests improves the design of your apps, as it pushes you to have a more modularized design. This in turn improves the maintainability and sustainability of your apps. This book is for iOS developers who already know the basics of iOS and Swift development but want to learn all the testing pro features in iOS. You'll start by reviewing the TDD Cycle and how to implement these concepts on a legacy project or a new one. You'll then walk through TDD step-by-step on a blank project, including setting up test targets, assertions, and expectations. You'll follow that with all levels of testing such as unit tests, integration tests, and end-to-end tests, and also tackle fairly complex, yet badly written legacy code. The book will take you through the journey of modularizing a legacy app using TDD. Throughout this journey, you will be introduced to multiple testing concepts and techniques, like writing tests for network and core data layers. You will write tests to ensure the thread safety of your app. And you'll add a new feature while you are in the middle of refactoring, which is an important skill so you can keep adding features while you are fixing your technical debt. By the end of this book, you will have all the tools needed to become a testing master. You will: Use mocking and dependency injection to make components more testable Write tests for asynchronous code like network code Add new features to existing legacy apps using TDD.
ISBN: 9781484274286
Standard No.: 10.1007/978-1-4842-7428-6doiSubjects--Topical Terms:
570748
Computer software
--Testing.
LC Class. No.: QA76.76.T48 / E5 2021
Dewey Class. No.: 005.14
Modularizing legacy projects using TDD = test-driven development with XCTest for IOS /
LDR
:03089nmm a2200349 a 4500
001
2262453
003
DE-He213
005
20220124160537.0
006
m o d
007
cr nn 008maaau
008
220616s2021 xxu s 0 eng d
020
$a
9781484274286
$q
(electronic bk.)
020
$a
9781484274279
$q
(paper)
024
7
$a
10.1007/978-1-4842-7428-6
$2
doi
035
$a
978-1-4842-7428-6
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.76.T48
$b
E5 2021
072
7
$a
UMQ
$2
bicssc
072
7
$a
ULH
$2
bicssc
072
7
$a
COM051370
$2
bisacsh
072
7
$a
UMQ
$2
thema
072
7
$a
ULH
$2
thema
082
0 4
$a
005.14
$2
23
090
$a
QA76.76.T48
$b
E48 2021
100
1
$a
El-Morabea, Khaled.
$3
3538938
245
1 0
$a
Modularizing legacy projects using TDD
$h
[electronic resource] :
$b
test-driven development with XCTest for IOS /
$c
by Khaled El-Morabea, Hassaan El-Garem.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2021.
300
$a
1 online resource (xvii, 335 p.) :
$b
ill., digital ;
$c
24 cm.
505
0
$a
Chapter 1: TDD Basics -- Chapter 2: Unit Tests -- Chapter 3: UITests -- Chapter 4: Testing Pyramid -- Chapter 5: TDD Deep Dive -- Chapter 6: Modularization for the Win -- Chapter 7: Dependency Injection and Mocks -- Chapter 8: Avoiding Multithreading Nightmares -- Chapter 9: Testing your Network -- Chapter 10: Taming Core Data -- Chapter 11: Adding Feature to Legacy App -- Chapter 11: Handling Production Issues.
520
$a
Improve current or new projects with top notch testability and maintainability. Writing tests improves the design of your apps, as it pushes you to have a more modularized design. This in turn improves the maintainability and sustainability of your apps. This book is for iOS developers who already know the basics of iOS and Swift development but want to learn all the testing pro features in iOS. You'll start by reviewing the TDD Cycle and how to implement these concepts on a legacy project or a new one. You'll then walk through TDD step-by-step on a blank project, including setting up test targets, assertions, and expectations. You'll follow that with all levels of testing such as unit tests, integration tests, and end-to-end tests, and also tackle fairly complex, yet badly written legacy code. The book will take you through the journey of modularizing a legacy app using TDD. Throughout this journey, you will be introduced to multiple testing concepts and techniques, like writing tests for network and core data layers. You will write tests to ensure the thread safety of your app. And you'll add a new feature while you are in the middle of refactoring, which is an important skill so you can keep adding features while you are fixing your technical debt. By the end of this book, you will have all the tools needed to become a testing master. You will: Use mocking and dependency injection to make components more testable Write tests for asynchronous code like network code Add new features to existing legacy apps using TDD.
650
0
$a
Computer software
$x
Testing.
$3
570748
650
0
$a
Application software
$x
Development.
$3
539563
650
1 4
$a
Apple and iOS.
$3
3167047
700
1
$a
El-Garem, Hassaan.
$3
3538939
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer Nature eBook
856
4 0
$u
https://doi.org/10.1007/978-1-4842-7428-6
950
$a
Professional and Applied Computing (SpringerNature-12059)
筆 0 讀者評論
館藏地:
全部
電子資源
出版年:
卷號:
館藏
1 筆 • 頁數 1 •
1
條碼號
典藏地名稱
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
W9415166
電子資源
11.線上閱覽_V
電子書
EB QA76.76.T48 E5 2021
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
評論
新增評論
分享你的心得
Export
取書館
處理中
...
變更密碼
登入