𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Unit Test Frameworks

✍ Scribed by Paul Hamill


Publisher
O’Reilly Media
Year
2004
Tongue
English
Leaves
207
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


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 frameworks * Examples of unit tests and frameworks * Different types of unit tests * Popular unit test frameworks * And more"


πŸ“œ SIMILAR VOLUMES


Unit Test Frameworks
✍ Paul Hamill πŸ“‚ Library πŸ“… 2004 πŸ› O'Reilly Media 🌐 English

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 co

Pro iOS Testing: XCTest Framework for UI
✍ Avi Tsadok πŸ“‚ Library πŸ“… 2020 πŸ› Apress 🌐 English

<p>Discover what tools there are for unit testing in iOS, and how to work in a test-driven environment. This book reveals how testing is a crucial capability in any iOS developer’s toolset, and a minimum requirement in iOS interviews.<br>A few years ago, tests on mobile platforms were not very popul

JUnit in Action [Java testing framework
✍ Vincent Massol, Ted Husted πŸ“‚ Library πŸ“… 2003 πŸ› Manning Publications 🌐 English

A guide to unit testing Java applications (including J2EE applications) using the JUnit framework and its extensions, this book provides techniques for solving real-world problems such as unit testing legacy applications, writing real tests for real objects, automating tests, testing in isolation, a

Unit Test Frameworks: Tools for High-Qua
✍ Paul Hamill πŸ“‚ Library πŸ“… 2004 πŸ› O'Reilly Media 🌐 English

<p>This is the only book to explore unit testing as a language-independent, standalone development methodology. It covers the theory and methodology of unit test frameworks, offers instruction in unit test development, provides useful code examples in both Java and C++, and details the most commonly

Java Unit Testing with JUnit 5: Test Dri
✍ Shekhar Gulati, Rahul Sharma πŸ“‚ Library πŸ“… 2017 πŸ› Apress 🌐 English

<p>Explore the new way of building and maintaining test cases with Java test driven development (TDD) using JUnit 5. This book doesn't just talk about the new concepts, it shows you ways of applying them in TDD and Java 8 to continuously deliver code that excels in all metrics. <br/><br/>Unit testin