|Eingestellt in Kategorie:
Versand und LieferungMehr zu Versand und Rückgabe finden Sie unter „Weitere Details“.
Ähnlichen Artikel verkaufen?

Pragmatische Geräteprüfung in C# mit NUnit von Hunt, Andrew; Thomas, David

by Hunt, Andrew; Thomas, David | PB | Good
ThriftBooks
  • (3699620)
  • Angemeldet als gewerblicher Verkäufer
US $4,71
Ca.CHF 3,99
Artikelzustand:
Gut
Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, ... Mehr erfahrenÜber den Artikelzustand
2 verfügbar1 verkauft
Wurde auch von anderen Nutzern gekauft. Schon 1 verkauft.
Versand:
Kostenlos Economy Shipping.
Standort: Aurora, Illinois, USA
Lieferung:
Lieferung zwischen Fr, 27. Sep und Mo, 30. Sep nach 43230 bei heutigem Zahlungseingang
Liefertermine - wird in neuem Fenster oder Tab geöffnet berücksichtigen die Bearbeitungszeit des Verkäufers, die PLZ des Artikelstandorts und des Zielorts sowie den Annahmezeitpunkt und sind abhängig vom gewählten Versandservice und dem ZahlungseingangZahlungseingang - wird ein neuem Fenster oder Tab geöffnet. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
Rücknahme:
30 Tage Rückgabe. Verkäufer zahlt Rückversand.
Zahlungen:
    

Sicher einkaufen

eBay-Käuferschutz
Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. Mehr erfahreneBay-Käuferschutz - wird in neuem Fenster oder Tab geöffnet
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:144239749573
Zuletzt aktualisiert am 24. Sep. 2024 11:00:41 MESZAlle Änderungen ansehenAlle Änderungen ansehen

Artikelmerkmale

Artikelzustand
Gut
Buch, das gelesen wurde, sich aber in einem guten Zustand befindet. Der Einband weist nur sehr geringfügige Beschädigungen auf, wie z.B. kleinere Schrammen, er hat aber weder Löcher, noch ist er eingerissen. Bei gebundenen Büchern ist der Schutzumschlag möglicherweise nicht mehr vorhanden. Die Bindung weist geringfügige Gebrauchsspuren auf. Die Mehrzahl der Seiten ist unbeschädigt, das heißt, es gibt kaum Knitter oder Einrisse, es wurden nur in geringem Maße Bleistiftunterstreichungen im Text vorgenommen, es gibt keine Textmarkierungen und die Randbereiche sind nicht beschrieben. Alle Seiten sind vollständig vorhanden. Genauere Einzelheiten sowie eine Beschreibung eventueller Mängel entnehmen Sie bitte dem Angebot des Verkäufers. Alle Zustandsdefinitionen ansehenwird in neuem Fenster oder Tab geöffnet
Hinweise des Verkäufers
“Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, ...
Binding
Paperback
Weight
2 lbs
Product Group
Book
IsTextBook
Yes
ISBN
0974514020
Subject Area
Computers
Publication Name
Pragmatic Unit Testing in C# with Nunit
Publisher
Pragmatic Programmers, LLC, T.H.E.
Item Length
9 in
Subject
Software Development & Engineering / General, Programming Languages / C#
Publication Year
2004
Series
Pragmatic Programmers Ser.
Type
Textbook
Format
Trade Paperback
Language
English
Item Height
0.6 in
Author
David Thomas, Andrew Hunt
Item Weight
13.3 Oz
Item Width
7.5 in
Number of Pages
176 Pages

Über dieses Produkt

Product Identifiers

Publisher
Pragmatic Programmers, LLC, T.H.E.
ISBN-10
0974514020
ISBN-13
9780974514024
eBay Product ID (ePID)
46589997

Product Key Features

Number of Pages
176 Pages
Language
English
Publication Name
Pragmatic Unit Testing in C# with Nunit
Publication Year
2004
Subject
Software Development & Engineering / General, Programming Languages / C#
Type
Textbook
Author
David Thomas, Andrew Hunt
Subject Area
Computers
Series
Pragmatic Programmers Ser.
Format
Trade Paperback

Dimensions

Item Height
0.6 in
Item Weight
13.3 Oz
Item Length
9 in
Item Width
7.5 in

Additional Product Features

Intended Audience
Scholarly & Professional
LCCN
2005-273867
Dewey Edition
22
eBook Format
Adobe PDF
Illustrated
Yes
Dewey Decimal
005.1
Synopsis
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 (also available from our www.pragmaticprogrammer.com website).With this book you will: Write better code, and take less time to write itDiscover the tricky places where bugs breedLearn how to think of all the things that could go wrongTest individual pieces of code without having to include the whole projectTest effectively with the whole teamWe'll also cover how to use Mock Objects for testing, how to write high quality test code, and how to use unit testing to improve your design skills. We'll show you frequent "gotchas"--along with the fixes--to save you time when problems come up.But the best part is that you don't need a sweeping mandate to change your whole team or your whole company. You don't need to adopt Extreme Programming, or Test-Driven Development, or change your development process in order to reap the proven benefits of unit testing. You can start unit testing, the pragmatic way, right away., 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 (also available from our www.pragmaticprogrammer.com website). With this book you will: Write better code, and take less time to write it Discover the tricky places where bugs breed Learn how to think of all the things that could go wrong Test individual pieces of code without having to include the whole project Test effectively with the whole team We'll also cover how to use Mock Objects for testing, how to write high quality test code, and how to use unit testing to improve your design skills. We'll show you frequent "gotchas"--along with the fixes--to save you time when problems come up. But the best part is that you don't need a sweeping mandate to change your whole team or your whole company. You don't need to adopt Extreme Programming, or Test-Driven Development, orchange your development process in order to reap the proven benefits of unit testing. You can start unit testing, the pragmatic way, right away., 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 (also available from our www.pragmaticprogrammer.com website).With this book you will: Write better code, and take less time to write it Discover the tricky places where bugs breed Learn how to think of all the things that could go wrong Test individual pieces of code without having to include the whole project Test effectively with the whole team We'll also cover how to use Mock Objects for testing, how to write high quality test code, and how to use unit testing to improve your design skills. We'll show you frequent "gotchas"--along with the fixes--to save you time when problems come up.But the best part is that you don't need a sweeping mandate to change your whole team or your whole company. You don't need to adopt Extreme Programming, or Test-Driven Development, or change your development process in order to reap the proven benefits of unit testing. You can start unit testing, the pragmatic way, right away.
LC Classification Number
QA76.76.T48H76 2004
As told to
Fowler, Chad

Artikelbeschreibung des Verkäufers

ThriftBooks

ThriftBooks

99% positive Bewertungen
18.3 Mio. Artikel verkauft
Shop besuchenKontakt
Mitglied seit Mär 2015
Antwortet meist innerhalb 24 Stunden
ThriftBooks is a fully independent seller of used books, having sold more than 160 million used and new books since we started in 2003. Each quality used book is sorted, graded, shelved and shipped by ...
Mehr anzeigen

Detaillierte Verkäuferbewertungen

Durchschnitt in den letzten 12 Monaten
Genaue Beschreibung
4.9
Angemessene Versandkosten
5.0
Lieferzeit
5.0
Kommunikation
4.9
Angemeldet als gewerblicher Verkäufer

Verkäuferbewertungen (5'353'591)