Pragmatic Unit Testing in C# with NUnit
Andy Hunt, Dave Thomas
- 出版商: O'Reilly
- 售價: $1,250
- 貴賓價: 9.5 折 $1,188
- 語言: 英文
- 頁數: 176
- 裝訂: Paperback
- ISBN: 0974514020
- ISBN-13: 9780974514024
-
相關分類:
C#、軟體測試、Unit Test 單元測試
已過版
買這商品的人也買了...
-
$970Introduction to Algorithms, 2/e
-
$780$741 -
$590$466 -
$199$179 -
$560$437 -
$2,340$2,223 -
$980$960 -
$590$502 -
$560$504 -
$2,340$2,223 -
$620$558 -
$850$723 -
$399CCNP Self-Study: Building Cisco Remote Access Networks (BCRAN), 2/e (Hardcover)
-
$750$593 -
$780$616 -
$2,510$2,385 -
$2,340$2,223 -
$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