Addison Wesley xUnit Test Patterns Refactoring Test Code May 2007

XYZ軟體補給站-XYZ教學網-XYZ教育王
最新目錄光碟
方向112下學期國小.國中.高中
方向112上學期國小.國中.高中
方向111下學期國小.國中.高中
方向111上學期國小.國中.高中
方向112學年國中高中影音教學
方向2023年知名線上課程教學
方向2024年1月1號軟體新片
國小.國中.高中教學
方向國小命題.考卷類.教學
方向國中命題.考卷類.教學
方向高中命題.考卷類.教學
方向三貝德升學王影音教學
方向三貝德小學王影音教學
方向翰林雲端學院影音教學
方向萬試通學習王影音教學
方向AI學霸網影音教學
方向行動補習網影音教學
方向名師學院影音教學
方向康軒學習.一點通.林晟
方向國小補習班影音教學
方向國中補習班影音教學
方向高中補習班影音教學
方向四技統測.警專.護理師
線上課程綜合教學
方向YOTTA線上課程綜合教學
方向HAHOW線上課程綜合教學
方向PPA線上課程綜合教學
方向UD線上課程綜合教學
方向天下線上課程綜合教學
方向知名線上課程綜合教學
方向臺灣全民學習平台
公職國考.研究所(單科)
方向TKB數位學堂影音教學
方向高點.高上影音教學
方向超級函授影音教學
方向金榜函授影音教學
方向讀享國考小學堂影音教學
方向三民輔考影音教學
方向立功補習班影音教學
方向所有科目題庫班相關考試
方向所有科目總複習相關考試
方向公職國考共同科目
方向行政.司法相關考試
方向律師司法官.司法相關
方向商業.會計.管理相關考試
方向電子.電機.資訊相關考試
方向土木.結構.機械相關考試
方向測量.水利.環工.工業考試
方向社會.文化.地政.不動產
方向物理.化學.後醫.插大
方向護理.營養.衛生.醫類
方向教育.觀光.心理.語言
方向警察,消防,法類相關考試
方向鐵路.郵政.運輸.農業考試
方向未分類相關考試
公職國考就業(套裝)
方向公務人員高普考相關考試
方向關務.移民.外交.民航
方向國安局.調查局.司法.警察
方向公務人員鐵路特考
方向技師執照類相關考試
方向教職.轉學考.後醫.研究所
方向國營事業相關考試
專業繪圖軟體
方向繪圖、圖像、靜態影像
方向工程繪圖.計算.分析軟體
方向電子.電機.電信應用軟體
方向3D動畫、模型、模具軟體
方向Autodesk系列程式軟體
方向ADOBE奧多比工具軟體
方向Corel及訊連系列軟體
方向PTC參數科技繪圖軟體
方向影像圖庫視頻素材
程式軟體光碟
方向程式合輯、軟體合輯
方向影片、多媒體相關軟體
方向音樂、聲音相關軟體工具
方向防毒防駭安全軟體
方向網頁製作資料庫管理
方向燒錄光碟製作軟體
方向字型輸入法軟體
方向微軟系列程式軟體
方向麥金塔專用軟體
方向系統優化.清理.修復工具
方向掃描.PDF.辦公文書工具
方向程式開發.數據.資料庫
方向FTP傳輸.下載.遠端工具
方向廣告信.電話.郵件工具
方向報表.會計.統計.數學軟體
方向硬碟.備份救援.還原工具
方向未分類、綜合程式軟體
網站首頁網站首頁 站內搜索站內搜索 購物結帳購物結帳 手動下單手動下單 問題反應問題反應 訂單查詢訂單查詢 訂購說明
方向 您現在的位置:網站首頁 方向 專業知識教學 方向 電腦認證與應用學習 方向 光碟詳情
商品編號:SAI2363
商品名稱:Addison Wesley xUnit Test Patterns Refactoring Test Code May 2007
商品分類:電腦認證與應用學習
語系版本:英文正式版
商品類型:電腦認證 電子書
運行平台:WIN 9x/WIN ME/WIN NT/WIN 2000/WIN XP/WIN 2003
更新日期:2007-06-03
光碟片數:1片CD光碟
銷售價格:$100元
熱門標籤: Test  電腦認證  電子書  Addison  Wesley  xUnit  Patterns  Refactoring 
馬上訂購 返回上一頁

Addison Wesley xUnit Test Patterns Refactoring Test Code May 2007 英文正式版(電腦認證 電子書)


內容說明:

書名:xUnit 測試模式: 重構測試代碼
作者:Gerard Meszaros (Author)
出版商:Addison-Wesley Professional
發行日期:2007年5月
語言:英語
ISBN-10/ISBN-13:0131495054/978-0131495050
英文說明:

Automated testing is a cornerstone of agile development. An effective
testing strategy will deliver new functionality more aggressively,
accelerate user feedback, and improve quality. However, for many
developers, creating effective automated tests is a unique and
unfamiliar challenge. xUnit Test Patterns is the definitive guide to
writing automated tests using xUnit, the most popular unit testing
framework in use today. Agile coach and test automation expert Gerard
Meszaros describes 68 proven patterns for making tests easier to write,
understand, and maintain. He then shows you how to make them more robust
and repeatable--and far more cost-effective. Loaded with information,
this book feels like three books in one. The first part is a detailed
tutorial on test automation that covers everything from test strategy to
in-depth test coding. The second part, a catalog of 18 frequently
encountered "test smells," provides trouble-shooting guidelines to help
you determine the root cause of problems and the most applicable
patterns. The third part contains detailed descriptions of each pattern,
including refactoring instructions illustrated by extensive code samples
in multiple programming languages. Topics covered include
- Writing better tests--and writing them faster
- The four phases of automated tests: fixture setup, exercising the
system under test, result verification, and fixture teardown
- Improving test coverage by isolating software from its environment
using Test Stubs and Mock Objects
- Designing software for greater testability
- Using test "smells" (including code smells, behavior smells, and
project smells) to spot problems and know when and how to eliminate them
- Refactoring tests for greater simplicity, robustness, and execution
speed This book will benefit developers, managers, and testers working
with any agile or conventional development process, whether doing
test-driven development or writing the tests last. While the patterns
and smells are especially applicable to all members of the xUnit family,
they also apply to next-generation behavior-driven development
frameworks such as RSpec and JBehave and to other kinds of test
automation tools, including recorded test tools and data-driven test
tools such as Fit and FitNesse.
相關商品:
  • Addison Wesley Object Oriented Analysis and Design with Applications 3rd Edition May 2007 英文正式版(關於程式的面向對像分析和設計 電子書)
  • Addison Wesley Design Patterns in Ruby Dec 2007 英文正式版(Ruby 設計模式 電子書)
  • Addison Wesley Domain Specific Development with Visual Studio DSL Tools May 2007 英文正式版(特定領域語言電子書)
  • Addison Wesley Visual.Studio Team System Better Software Development for Agile Teams May 2007 英文正式版(電腦認證電子書)
  • Addison Wesley GPU Gems 3 Aug 2007 英文正式版(Ajax.Security 電子書)
  • Schoolhouse Technologies Schoolhouse Test v3.0.6.1 英文正式版(製作、列印測驗考試試卷的工具軟體)
  • Schoolhouse Technologies Schoolhouse Test v3.1.7.9 英文正式版(製作、列印測驗考試試卷的軟體)
  • Addison Wesley Essential SharePoint 2007 Jun 2007 英文正式版(SharePoint 2007 精選 電子書)
  • Schoolhouse Technologies Schoolhouse Test v3.1.3.1 英文正式版(製作、列印測驗考試試卷的軟體)
  • Schoolhouse Technologies Schoolhouse Test v3.1.17.1 英文正式版(製作、列印測驗考試試卷的軟體)


  • 站內搜索


    請輸入軟體名稱或編號
    購物車
    熱門關鍵字
    電子書 LOTUS
    IBM Exam
    Addison Wesley
    ISC2 Services
    Workplace Wrox
    電腦認證 Domino
    Access ADSI
    BizTalk Citrix
    CompTIA Excel
    EXCHANGE GUIDE
    MetaFrame Sams
    SharePoint SSCP考試
    Test VBScript
    VIM秘籍 WebSphere
    自動化操作 設計
    進行 Agile
    Analysis AUERBACH
    Better CISCO
    CompTIAs Content
    DataStage Days