Unit Test Frameworks (e-bog) af Hamill, Paul
Hamill, Paul (forfatter)

Unit Test Frameworks e-bog

146,74 DKK (inkl. moms 183,42 DKK)
Unit test frameworks are a key element of popular development methodologies such as eXtreme Programming (XP) and Agile Development. But unit testing has moved far beyond eXtreme Programming; it is now common in many different types of application development. Unit tests help ensure low-level code correctness, reduce software development cycle time, improve developer productivity, and produce mo...
E-bog 146,74 DKK
Forfattere Hamill, Paul (forfatter)
Udgivet 2 november 2004
Længde 216 sider
Genrer Computer programming / software engineering
Sprog English
Format epub
Beskyttelse LCP
ISBN 9780596552817
Unit test frameworks are a key element of popular development methodologies such as eXtreme Programming (XP) and Agile Development. But unit testing has moved far beyond eXtreme Programming; it is now common in many different types of application development. Unit tests help ensure low-level code correctness, reduce software development cycle time, improve developer productivity, and produce more robust software.Until now, there was little documentation available on unit testing, and most sources addressed specific frameworks and specific languages, rather than explaining the use of unit testing as a language-independent, standalone development methodology. This invaluable new book covers the theory and background of unit test frameworks, offers step-by-step instruction in basic unit test development, provides useful code examples in both Java and C++, and includes details on some of the most commonly used frameworks today from the XUnit family, including JUnit for Java, CppUnit for C++, and NUnit for .NET.Unit Test Frameworks includes clear, concise, and detailed descriptions of:The theory and design of unit test frameworksExamples of unit tests and frameworksDifferent types of unit testsPopular unit test frameworksAnd moreIt also includes the complete source code for CppUnit for C++, and NUnit for .NET.