Test-Driven Development: A J2EE Example

Thomas Hammell, David Gold, Tom Snyder

  • 出版商: Apress
  • 出版日期: 2004-11-19
  • 售價: $1,560
  • 貴賓價: 9.5$1,482
  • 語言: 英文
  • 頁數: 296
  • 裝訂: Paperback
  • ISBN: 1590593278
  • ISBN-13: 9781590593271
  • 相關分類: TDD 測試導向開發
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

商品描述

Description:

While basic techniques of test-driven development are simple to understand, real-world application requires knowledge of tools and techniques to effectively create, run and organize tests. This book bridges the gap between simple concepts and complex application. Ideal for you Java developers, this book explains how to use test-driven development to improve J2EE construction.

Not version-specific, this unprecedented book explains development tools and methodologies in conjunction with real-world cases and examples. It includes the use of open source unit testing frameworks such as JUnit and its extensions. The authors include complete stages: test coverage strategies, test organization, TDD incorporation, and automation. Two appendices are also included, for test planning and reference.

 

Table of Contents:

Chapter 1 Introduction to Test-Driven Development
Chapter 2 Getting Started
Chapter 3 Unit Testing: The Foundation of Test-Driven Development
Chapter 4 Test-Driven Development for Servlets and JSPs
Chapter 5 Developing User Interfaces Using Test Driven Development
Chapter 6 Putting the Application Together
Chapter 7 Improving the Process
Chapter 8 Transitioning to Test-Driven Development
App A Guide to Using the Source Code
App B Answers to Hands On Exercises
App C References