Test Driven: TDD and Acceptance TDD for Java Developers
Lasse Koskela
- 出版商: Manning Publications
- 出版日期: 2007-10-22
- 售價: $1,575
- 貴賓價: 9.5 折 $1,496
- 語言: 英文
- 頁數: 470
- 裝訂: Paperback
- ISBN: 1932394850
- ISBN-13: 9781932394856
-
相關分類:
Java 程式語言
立即出貨 (庫存 < 4)
買這商品的人也買了...
-
$780$624UML 與樣式徹底研究 (Applying UML and Patterns: An Introduction to Object-Oriented Analysis and Design and the Unified Process, 2/e)
-
$1,725$1,639Test-Driven Development: By Example (Paperback)
-
$720$569Tomcat 技術手冊 (Tomcat: The Definitive Guide)
-
$2,427$2,306Agile Java: Crafting Code with Test-Driven Development
-
$880$695深入淺出設計模式 (Head First Design Patterns)
-
$880$695深入淺出 Java 程式設計, 2/e (Head First Java, 2/e)
-
$550$468SQL 語法範例辭典
-
$980$882Linux 驅動程式, 3/e (Linux Device Drivers, 3/e)
-
$350$298寫給 SA 的 UML/MDA 實務手冊
-
$990$891C++ Primer, 4/e (中文版)
-
$600$480現代嵌入式系統開發專案實務-菜鳥成長日誌與專案經理的私房菜
-
$750$600重構-向範式前進 (Refactoring to Patterns)
-
$620$527大話設計模式
-
$780$624資料與電腦通訊, 8/e (Data and Computer Communications, 8/e) 另譯「數據與電腦通訊」
-
$750$638Google Android SDK 開發範例大全
-
$1,400$1,330Effective Unit Testing: A guide for Java Developers (Paperback)
-
$1,337
The Art of Unit Testing: with examples in C#, 2/e (Paperback)
-
$940$700無瑕的程式碼-敏捷軟體開發技巧守則 + 番外篇-專業程式設計師的生存之道 (雙書合購)
-
$550$468軟體測試之鑰:微軟一線測試專家技術精華
-
$580$522精通 Go 程式設計 (The Go Programming Language)
-
$1,650$1,617Deep Learning (Hardcover)
-
$354$336軟件自動化測試開發
-
$1,750$1,663Kafka: The Definitive Guide: Real-Time Data and Stream Processing at Scale
-
$650$507單元測試的藝術, 2/e (The Art of Unit Testing: with examples in C#, 2/e)
-
$1,280$1,011CODE COMPLETE:軟體開發實務指南, 2/e (中文版) (Code Complete: A Practical Handbook of Software Construction, 2/e)
相關主題
商品描述
In test driven development, you first write an executable test of what your application code must do. Only then do you write the code itself and, with the test spurring you on, you improve your design. In acceptance test driven development (ATDD), you use the same technique to implement product features, benefiting from iterative development, rapid feedback cycles, and better-defined requirements. TDD and its supporting tools and techniques lead to better software faster.
Test Driven brings under one cover practical TDD techniques distilled from several years of community experience. With examples in Java and the Java EE environment, it explores both the techniques and the mindset of TDD and ATDD. It uses carefully chosen examples to illustrate TDD tools and design patterns, not in the abstract but concretely in the context of the technologies you face at work. It is accessible to TDD beginners, and it offers effective and less well known techniques to older TDD hands.
Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.
What's Inside
- Learn hands-on to test drive Java code
- How to avoid common TDD adoption pitfalls
- Acceptance test driven development and the Fit framework
- How to test Java EE components-Servlets, JSPs, and Spring Controllers
- Tough issues like multithreaded programs and data access code