𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Quality Code: Software Testing Principles, Practices, and Patterns

✍ Scribed by Stephen Vance


Publisher
Addison-Wesley Professional
Year
2013
Tongue
English
Leaves
256
Edition
1
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis



Test-driven, test-first, and test-early development practices are helping thousands of software development organizations improve their software. Now, in Quality Code: Software Testing Principles, Practices, and Patterns, Stephen Vance builds on all that’s been learned about test-driven development, helping you achieve unprecedented levels of first-time quality. Using real-world code examples, this guide introduces patterns, principles, and more than two dozen detailed techniques for testing any software system more fully, effectively, and painlessly. Vance presents a conceptual framework to help you focus your efforts and design recommendations for improving testability across the software lifecycle, and also provides hands-on guidance to simplify testing of the full spectrum of code constructs. You’ll learn how to choose the best testing techniques for every situation, from the most common scenarios to threading. Two complete case studies put it all together, walking you through testing a brand-new Java application and an untested β€œlegacy” JavaScript jQuery plugin. Whether you’re developing cutting-edge code for a new start-up, or maintaining an unruly old system, this guide will help you deliver exactly what you need: quality code.

Β 

β€’ Simplify unit testing of all your codeβ€”and improve integration and system testing

β€’ Delineate intent and implementation to promote more reliable and scalable testing

β€’ Overcome confusion and misunderstandings about the mechanics of writing tests

β€’ Test β€œside effects,” behavioral characteristics, and contextual constraints

β€’ Understand subtle interactions between design and testabilityβ€”and make them work for, not against, you

β€’ Discover core principles that guide your key testing decisions

β€’ Explore testing getters/setters, string handling, encapsulation, override variations, visibility, singleton patterns, error conditions, and more

β€’ Reproduce and test complex race conditions deterministically

Β 


πŸ“œ SIMILAR VOLUMES


Quality Code: Software Testing Principle
✍ Stephen Vance πŸ“‚ Library πŸ“… 2013 πŸ› Addison-Wesley Professional 🌐 English

Test-driven, test-first, and test-early development practices are helping thousands of software development organizations improve their software. Now, in Quality Code: Software Testing Principles, Practices, and Patterns, Stephen Vance builds on all that’s been learned about test-driven development,

Software Quality Approaches: Testing, Ve
✍ Michael Haug, Eric W. Olsen, Luisa Consolini (auth.), Michael Haug, Eric W. Olse πŸ“‚ Library πŸ“… 2001 πŸ› Springer-Verlag Berlin Heidelberg 🌐 English

<p>This book is a result of the European Experience Exchange (EUREX) project sponsored by the European Systems and Software Initiative for Software Best Practice in Europe. The EUREX project analyzed the industrial and economic impact and the common aspects and differences between and among more tha

Design Patterns for High-Quality Automat
πŸ“‚ Library πŸ“… 2020 πŸ› Automate The Planet 🌐 English

About This Book Achieving high-quality test automation that brings value- you need to understand core programming concepts such as SOLID and the usage of design patterns. After you master them, the usual career transition is into more architecture roles, such as choosing the best possible approache

Design Patterns for High-Quality Automat
πŸ“‚ Library πŸ“… 2020 πŸ› Automate The Planet 🌐 English

About This Book Achieving high-quality test automation that brings value- you need to understand core programming concepts such as SOLID and the usage of design patterns. After you master them, the usual career transition is into more architecture roles, such as choosing the best possible approache

Software Testing: Principles and Practic
✍ Rajiv Chopra πŸ“‚ Library πŸ“… 2018 πŸ› Mercury Learning & Information 🌐 English

This overview of software testing provides key concepts, case studies, and numerous techniques to ensure software is reliable and secure. Using a self-teaching format, the book covers important topics such as black, white, and gray box testing, video game testing, test point analysis, automation, an