Pragmatic Unit Testing in C# with NUnit
暫譯: C# 與 NUnit 實用單元測試
Andy Hunt, Dave Thomas
- 出版商: O'Reilly
- 售價: $1,270
- 貴賓價: 9.5 折 $1,207
- 語言: 英文
- 頁數: 176
- 裝訂: Paperback
- ISBN: 0974514020
- ISBN-13: 9780974514024
-
相關分類:
C#、軟體測試、Unit Test 單元測試
已過版
買這商品的人也買了...
-
$970Introduction to Algorithms, 2/e
-
$780$741 -
$590$466 -
$199$179 -
$560$437 -
$2,390$2,271 -
$980$960 -
$590$502 -
$560$476 -
$2,390$2,271 -
$620$527 -
$850$723 -
$399CCNP Self-Study: Building Cisco Remote Access Networks (BCRAN), 2/e (Hardcover)
-
$750$593 -
$780$616 -
$2,560$2,432 -
$2,390$2,271 -
$399CCNP Self-Study : Building Scalable Cisco Internetworks (BSCI), 2/e
-
$680$537 -
$490$382 -
$650$507 -
$1,078Operating System Principles, 7/e(IE) (美國版ISBN:0471694665-Operating System Concepts, 7/e) (平裝)
-
$600$474 -
$650$507 -
$880$695
商品描述
Learn how to improve your C# coding skills using unit testing. Despite it's
name, unit testing is really a coding technique, not a testing technique. Unit
testing is done by programmers, for programmers. It's primarily for our benefit:
we get improved confidence in our code, better ability to make deadlines, less
time spent in the debugger, and less time beating on the code to make it work
correctly.
This book shows how to write tests, but more importantly, it
goes where other books fear to tread and gives you concrete advice and examples
of what to test--the common things that go wrong in all of our programs.
Discover the tricky hiding places where bugs breed, and how to catch them using
the freely available NUnit framework. It's easy to learn how to think of all the
things in your code that are likely to break. We'll show you how with helpful
mnemonics, summarized in a handy tip sheet
商品描述(中文翻譯)
學習如何透過單元測試來提升您的 C# 編碼技能。儘管名稱中有「測試」,但單元測試實際上是一種編碼技術,而非測試技術。單元測試是由程式設計師為程式設計師所進行的。這主要是為了我們的利益:我們能夠對自己的程式碼有更高的信心,更好地達成截止日期,花在除錯上的時間更少,並且在讓程式碼正常運作上花費的時間也更少。
本書展示了如何撰寫測試,但更重要的是,它深入探討其他書籍不敢觸及的領域,並提供具體的建議和測試範例——那些在我們所有程式中常見的錯誤。發現那些隱藏著錯誤的棘手地方,以及如何使用免費的 NUnit 框架來捕捉它們。學習如何思考您程式碼中可能會出錯的所有事物是很簡單的。我們將透過有用的記憶法來指導您,並總結在一份方便的提示表中。