Details

Pragmatic Software Testing


Pragmatic Software Testing

Becoming an Effective and Efficient Test Professional
1. Aufl.

von: Rex Black

42,99 €

Verlag: Wiley
Format: EPUB
Veröffentl.: 06.04.2011
ISBN/EAN: 9781118079386
Sprache: englisch
Anzahl Seiten: 384

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

A hands-on guide to testing techniques that deliver reliable software and systems<br /><br /> Testing even a simple system can quickly turn into a potentially infinite task. Faced with tight costs and schedules, testers need to have a toolkit of practical techniques combined with hands-on experience and the right strategies in order to complete a successful project. World-renowned testing expert Rex Black provides you with the proven methods and concepts that test professionals must know. He presents you with the fundamental techniques for testing and clearly shows you how to select and apply successful strategies to test a system with budget and time constraints.<br /> <br /> Black begins by discussing the goals and tactics of effective and efficient testing. Next, he lays the foundation of his technique for risk-based testing, explaining how to analyze, prioritize, and document risks to the quality of the system using both informal and formal techniques. He then clearly describes how to design, develop, and, ultimately, document various kinds of tests. Because this is a hands-on activity, Black includes realistic, life-sized exercises that illustrate all of the major test techniques with detailed solutions.<br /> <br />
<b>Acknowledgments.</b> <p><b>Introduction.</b></p> <p><b>Part I Goals, Strategies, and Tactics.</b></p> <p><b>Chapter 1 What Does It Mean to Be Pragmatic?</b></p> <p>What Do Effective and Efficient Mean?</p> <p>What Effects Do You Want?</p> <p>What Is the Right Level of Efficiency?</p> <p>Avoiding Redundancy.</p> <p>Reducing Cost.</p> <p>What Software Testing Isn’t…But Is Often Thought to Be.</p> <p>Five Phases of a Tester’s Mental Life.</p> <p>Other Founding Views on Testing.</p> <p>Testing as a Form of Quality Risk Management.</p> <p>So What Is the Test Team All About?</p> <p>What Does “Quality” Mean to You?</p> <p><b>Chapter 2 Triangle Test Exercise.</b></p> <p>Exercise: The Triangle Test.</p> <p>Your Solution for the Triangle Test.</p> <p>Your Solution for the Triangle Test (Continued).</p> <p>Author’s Triangle Test Solution.</p> <p><b>Chapter 3 Aligning Testing with the Project.</b></p> <p>Why Do Organizations Test?</p> <p>Perspectives on Testing.</p> <p>Testing in Context.</p> <p>Common Test Phases and Objectives.</p> <p>Testing Throughout the Organization.</p> <p>The V Model.</p> <p>Evolutionary and Incremental Models.</p> <p>The Spiral Model.</p> <p>Regrettably Common Model: Code and Fix.</p> <p>Testing Maintenance Releases.</p> <p>System Integration.</p> <p>Hardware/Software Development.</p> <p>The Test Process.</p> <p><b>Chapter 4 Understanding Test Strategies, Tactics, and Design.</b></p> <p>Aligning Mission, Strategies, and Tactics.</p> <p>Analytical Test Strategies.</p> <p>Model-Based Test Strategies.</p> <p>Methodical Test Strategies.</p> <p>Process-Oriented Test Strategies.</p> <p>Dynamic Test Strategies.</p> <p>Philosophical Test Strategies.</p> <p>Regression.</p> <p>Regression Strategy 1: Repeat All Tests.</p> <p>Regression Strategy 2: Repeat Some Tests.</p> <p>Three Other Regression Strategies.</p> <p>Tactics: Categories of Testing Techniques.</p> <p>Strategic and Tactical Considerations.</p> <p>The Test System.</p> <p>Classic Principles for Test Design.</p> <p>Phases of Test Development.</p> <p>Synopsis of Test Strategies, Tactics, and Design.</p> <p><b>Part II Risk-Based Testing.</b></p> <p><b>Chapter 5 Understanding Risks to System Quality.</b></p> <p>Categories of Quality Risks.</p> <p>Functionality.</p> <p>Performance and Reliability.</p> <p>Stress, Capacity, and Volume.</p> <p>States.</p> <p>Transactions.</p> <p>Installation and Deinstallation.</p> <p>Operations.</p> <p>Maintenance and Maintainability.</p> <p>Regression.</p> <p>Usability and User Interface.</p> <p>Data Quality.</p> <p>Error and Disaster Handling and Recovery.</p> <p>Date and Time Handling.</p> <p>Localization.</p> <p>Configuration and Compatibility.</p> <p>Networked, Internetworked, and Distributed.</p> <p>Standards and Regulatory Compliance.</p> <p>Security.</p> <p>Timing and Coordination.</p> <p>Documentation.</p> <p>Can You Think of Other Quality Risks?</p> <p><b>Chapter 6 Aligning Testing with Quality Risks.</b></p> <p>Prioritize Risks to System Quality.</p> <p>Testing, Customer Usage, and System Configurations.</p> <p>Approaches for Quality Risks Analysis.</p> <p>Informal Quality Risk Analysis.</p> <p>Tips for Risk Analysis.</p> <p>Challenges of Risk Analysis.</p> <p><b>Chapter 7 Quality Risk Analysis Exercise.</b></p> <p>My Solution.</p> <p>Comments on My Solution.</p> <p>A Funny Thing Happened to Me on the Way to the Quality Risks… .</p> <p>Bonus Exercise.</p> <p>Template.</p> <p>My Solution.</p> <p>Comments on My Solution.</p> <p>Bonus Example: Grays and Blues Quality Risk Analysis.</p> <p><b>Part III Static Testing.</b></p> <p><b>Chapter 8 Reviews and Other Static Tests.</b></p> <p>Testing Requirements and Designs.</p> <p>Reviews Costs and Benefits.</p> <p>Types of Reviews.</p> <p>Reviews for Verification and Validation.</p> <p>Reviews as a Way to Improve the Process, Improve the System, and Reduce Costs.</p> <p>Answers to the Three Questions about Static Testing.</p> <p>Reviews as a Way to Achieve Consensus and Understanding.</p> <p>The Review Process, Roles, and Responsibilities.</p> <p>Deliverables and Ground Rules from Reviews.</p> <p>Common Requirements and Design Bugs.</p> <p>Reviewing (and Testing) Documentation.</p> <p>Other Static Tests.</p> <p><b>Chapter 9 Review Exercise.</b></p> <p>Reviews.</p> <p>Your Solution.</p> <p>My Solution.</p> <p>Comments on My Solution.</p> <p>Bonus Exercise: Reviewing Triangle Requirements Title Page.</p> <p>Triangle Requirements Review Using Wiegers’s List.</p> <p>The Requirements Bugs You Found.</p> <p>My Solution: Requirements Bugs.</p> <p>Comments on My Solution.</p> <p><b>Part IV Behavioral Testing.</b></p> <p><b>Chapter 10 Equivalence Classes and Boundary Values.</b></p> <p>Equivalence Partitioning.</p> <p>Boundary Value Analysis.</p> <p>Integer.</p> <p>Real Numbers.</p> <p>Character and String.</p> <p>Date.</p> <p>Time.</p> <p>Currency.</p> <p>Beyond Functional Classes and Boundaries.</p> <p><b>Chapter 11 Equivalence Classes and Boundary Values Exercise.</b></p> <p>Functional Boundaries and Classes.</p> <p>My Solution and Comments.</p> <p>Nonfunctional Boundaries and Classes.</p> <p>Omninet Marketing Requirements Document (v0.3).</p> <p>Omninet System Requirements Document (v0.2).</p> <p><b>Chapter 12 Use Cases, Live Data, and Decision Tables.</b></p> <p>Use Cases and Scenario Tests.</p> <p>Nouns and Verbs, Adjectives and Adverbs.</p> <p>Live Data and Customer Tests.</p> <p>Decision Tables.</p> <p><b>Chapter 13 Decision Table Exercise.</b></p> <p>Decision Table Tests.</p> <p>My Solution and Comments.</p> <p>Decision Tables and Boundary Values.</p> <p>My Solution and Comments.</p> <p>Building a Decision Table for Testing.</p> <p>My Solution and Comments.</p> <p><b>Chapter 14 State Transition Diagrams.</b></p> <p>Describing Systems with States Using State Transition Diagrams.</p> <p>State Tables.</p> <p>Printer Server State Transition Diagram.</p> <p><b>Chapter 15 State Transition Diagram Exercise.</b></p> <p>Kiosk States.</p> <p>My Solution and Comments.</p> <p>ATM State Models.</p> <p>My Solution and Comments.</p> <p>Grays and Blues and State Transition Diagrams.</p> <p>My Solution and Comments.</p> <p><b>Chapter 16 Domain Testing.</b></p> <p>Combinatorial Explosions.</p> <p>A Domain Example Using Frequent-Flyer Programs.</p> <p>Possible Domain Test Values.</p> <p>An Aerospace Example.</p> <p>When Domain Rules Change.</p> <p>Domain Analysis Summary.</p> <p>Complex Domain Testing Example.</p> <p>A General Rule for Complex Domains.</p> <p><b>Chapter 17 Domain Testing Exercise.</b></p> <p>My Solution and Comments.</p> <p><b>Chapter 18 Orthogonal Arrays and All Pairs.</b></p> <p>Combinatorial Explosions.</p> <p>Orthogonal Arrays and All-Pairs Tables.</p> <p>Two Orthogonal Arrays.</p> <p>Selecting an Orthogonal Array.</p> <p>Applying Orthogonal Arrays to a Complicated Real-World Example.</p> <p>All-Pairs Tables.</p> <p>Other Thoughts on Configuration Testing.</p> <p><b>Chapter 19 Orthogonal Arrays Exercise.</b></p> <p>My Solution and Comments.</p> <p><b>Chapter 20 Reactive Testing.</b></p> <p>General Facts about Reactive Tests.</p> <p>Error Guessing, Attacks, and Bug Taxonomies.</p> <p>Bug Hunting.</p> <p>Exploratory Tests.</p> <p>Checklists.</p> <p>Other Sources of Inspiration for Reactive Testing.</p> <p>Advantages and Disadvantages.</p> <p>A Case Study of Exploratory Testing.</p> <p><b>Part V Structural Testing.</b></p> <p><b>Chapter 21 Control-Flow Testing.</b></p> <p>Code Coverage.</p> <p>McCabe Cyclomatic Complexity.</p> <p><b>Chapter 22 Control-Flow Testing Exercise.</b></p> <p>My Solution and Comments.</p> <p><b>Chapter 23 Data-Flow Testing.</b></p> <p><b>Chapter 24 Data-Flow Testing Exercise.</b></p> <p>My Solutions and Comments.</p> <p><b>Chapter 25 Integration Testing.</b></p> <p>Drivers and Stubs.</p> <p>Integration Techniques.</p> <p>Backbone Integration.</p> <p>McCabe Basis Paths for Integration.</p> <p>Enhanced Hex Converter Program.</p> <p>Call Flow.</p> <p><b>Chapter 26 Integration Basis Test Exercise.</b></p> <p>My Solution and Comments.</p> <p><b>Part VI Appendices.</b></p> <p><b>Appendix A Omninet: The Internet Everywhere Marketing Requirements Document.</b></p> <p>1 Scope.</p> <p>1.1 Terms, Acronyms, and Abbreviations.</p> <p>1.2 Applicable Documents.</p> <p>2 Required release date.</p> <p>3 Description of requirements.</p> <p>3.1 General technical requirements.</p> <p>3.1.1 Welcome.</p> <p>3.1.2 Payment.</p> <p>3.1.3 Internet Browser.</p> <p>3.1.4 Performance.</p> <p>3.1.5 Localization.</p> <p>3.1.6 Content Control.</p> <p>3.1.7 Session Termination.</p> <p>3.1.8 Confidentiality.</p> <p>3.2 Administration.</p> <p>3.2.1 Software Updates.</p> <p>3.2.2 View Kiosks.</p> <p>3.2.3 View Users.</p> <p>3.2.4 Modify User.</p> <p>3.2.5 Terminate User.</p> <p><b>Appendix B Omninet: The Internet Everywhere System Requirements Document.</b></p> <p>Functionality System Requirements.</p> <p>Reliability System Requirements.</p> <p>Usability System Requirements.</p> <p>Efficiency System Requirements.</p> <p>Maintainability System Requirements.</p> <p>Portability System Requirements.</p> <p>Design Models.</p> <p>Omninet System Architecture.</p> <p>Payment Processing Decision Table.</p> <p>Kiosk Module Flow.</p> <p>Kiosk State-Transition Diagram.</p> <p>Kiosk State-Transition Table.</p> <p>Kiosk OS/Browser/Connection Speed Configuration Orthogonal Array.</p> <p><b>Appendix C Bibliography and Other Recommended Readings.</b></p> <p>RBCS Company Profile.</p> <p><b>Index.</b></p>
<b>Rex Black</b> is a 20-plus-year software and systems engineering veteran, and President and Principal Consultant of RBCS, Inc., a leader in software, hardware, and systems testing. He is the author of <i>Managing the Testing Process</i> as well as numerous articles. Black is also President of both the International Software Testing Qualifications Board and the American Software Testing Qualifications Board.
<b>A hands-on guide to testing techniques that deliver reliable software and systems</b> <p>Testing even a simple system can quickly turn into a potentially infinite task. Faced with tight costs and schedules, testers need to have a toolkit of practical techniques combined with hands-on experience and the right strategies in order to complete a successful project. World-renowned testing expert Rex Black provides you with the proven methods and concepts that test professionals must know. He presents you with the fundamental techniques for testing and clearly shows you how to select and apply successful strategies to test a system with budget and time constraints.</p> <p>Black begins by discussing the goals and tactics of effective and efficient testing. Next, he lays the foundation of his technique for risk-based testing, explaining how to analyze, prioritize, and document risks to the quality of the system using both informal and formal techniques. He then clearly describes how to design, develop, and, ultimately, document various kinds of tests. Because this is a hands-on activity, Black includes realistic, life-sized exercises that illustrate all of the major test techniques with detailed solutions.</p> <p>By the end of this book, you'll know more about the nuts and bolts of testing than most testers learn in an entire career, and you'll be ready to put those ideas into action on your next test project.</p> <p>With the help of real-world examples integrated throughout the chapters, you'll discover how to:</p> <ul> <li>Analyze the risks to system quality</li> <li>Allocate your testing effort appropriately based on the level of risk</li> <li>Choose the right testing strategies every time</li> <li>Design tests based on a system's expected behavior (black box) or internal structure (white box)</li> <li>Plan and perform integration testing</li> <li>Explore and attack the system</li> <li>Focus your hard work to serve the needs of the project</li> </ul> <p>The author's companion Web site provides exercises, tips, and techniques that can be used to gain valuable experience and effectively test software and systems.</p> <p><b>Wiley Technology Publishing Timely. Practical. Reliable.</b></p> <p>Visit the author's Web site at http://www.rexblackconsulting.com/</p>

Diese Produkte könnten Sie auch interessieren:

Cyber Security and Digital Forensics
Cyber Security and Digital Forensics
von: Mangesh M. Ghonge, Sabyasachi Pramanik, Ramchandra Mangrulkar, Dac-Nhuong Le
PDF ebook
190,99 €
Smart Systems for Industrial Applications
Smart Systems for Industrial Applications
von: C. Venkatesh, N. Rengarajan, P. Ponmurugan, S. Balamurugan
EPUB ebook
190,99 €
Green Internet of Things and Machine Learning
Green Internet of Things and Machine Learning
von: Roshani Raut, Sandeep Kautish, Zdzislaw Polkowski, Anil Kumar, Chuan-Ming Liu
EPUB ebook
190,99 €