Home > Computing and Information Technology > Computer programming / software engineering > Software Engineering > Pragmatic Software Testing: Becoming an Effective and Efficient Test Professional
23%
Pragmatic Software Testing: Becoming an Effective and Efficient Test Professional

Pragmatic Software Testing: Becoming an Effective and Efficient Test Professional

          
5
4
3
2
1

International Edition


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Quantity:
Add to Wishlist

About the Book

A hands-on guide to testing techniques that deliver reliable software and systems 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. 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.

Table of Contents:
Acknowledgments xiii Introduction xv Part I Goals, Strategies, and Tactics 1 Chapter 1 What Does It Mean to Be Pragmatic? 3 What Do Effective and Efficient Mean? 3 What Effects Do You Want? 4 What Is the Right Level of Efficiency? 4 Avoiding Redundancy 4 Reducing Cost 5 What Software Testing Isn’t…But Is Often Thought to Be 6 Five Phases of a Tester’s Mental Life 7 Other Founding Views on Testing 8 Testing as a Form of Quality Risk Management 9 So What Is the Test Team All About? 9 What Does “Quality” Mean to You? 10 Chapter 2 Triangle Test Exercise 13 Exercise: The Triangle Test 13 Your Solution for the Triangle Test 14 Your Solution for the Triangle Test (Continued) 15 Author’s Triangle Test Solution 15 Chapter 3 Aligning Testing with the Project 19 Why Do Organizations Test? 19 Perspectives on Testing 20 Testing in Context 20 Common Test Phases and Objectives 21 Testing Throughout the Organization 21 The V Model 23 Evolutionary and Incremental Models 25 The Spiral Model 28 Regrettably Common Model: Code and Fix 28 Testing Maintenance Releases 29 System Integration 30 Hardware/Software Development 32 The Test Process 32 Chapter 4 Understanding Test Strategies, Tactics, and Design 35 Aligning Mission, Strategies, and Tactics 35 Analytical Test Strategies 36 Model-Based Test Strategies 37 Methodical Test Strategies 38 Process-Oriented Test Strategies 38 Dynamic Test Strategies 39 Philosophical Test Strategies 40 Regression 41 Regression Strategy 1: Repeat All Tests 42 Regression Strategy 2: Repeat Some Tests 42 Three Other Regression Strategies 43 Tactics: Categories of Testing Techniques 44 Strategic and Tactical Considerations 46 The Test System 47 Classic Principles for Test Design 50 Phases of Test Development 51 Synopsis of Test Strategies, Tactics, and Design 52 Part II Risk-Based Testing 53 Chapter 5 Understanding Risks to System Quality 55 Categories of Quality Risks 56 Functionality 56 Performance and Reliability 57 Stress, Capacity, and Volume 59 States 59 Transactions 60 Installation and Deinstallation 61 Operations 62 Maintenance and Maintainability 63 Regression 63 Usability and User Interface 64 Data Quality 65 Error and Disaster Handling and Recovery 66 Date and Time Handling 67 Localization 68 Configuration and Compatibility 69 Networked, Internetworked, and Distributed 69 Standards and Regulatory Compliance 70 Security 70 Timing and Coordination 71 Documentation 71 Can You Think of Other Quality Risks? 72 Chapter 6 Aligning Testing with Quality Risks 73 Prioritize Risks to System Quality 73 Testing, Customer Usage, and System Configurations 74 Approaches for Quality Risks Analysis 76 Informal Quality Risk Analysis 78 Tips for Risk Analysis 81 Challenges of Risk Analysis 82 Chapter 7 Quality Risk Analysis Exercise 85 My Solution 86 Comments on My Solution 91 A Funny Thing Happened to Me on the Way to the Quality Risks… 92 Bonus Exercise 95 Template 96 My Solution 100 Comments on My Solution 101 Bonus Example: Grays and Blues Quality Risk Analysis 102 Part III Static Testing 105 Chapter 8 Reviews and Other Static Tests 107 Testing Requirements and Designs 107 Reviews Costs and Benefits 108 Types of Reviews 109 Reviews for Verification and Validation 109 Reviews as a Way to Improve the Process, Improve the System, and Reduce Costs 110 Answers to the Three Questions about Static Testing 114 Reviews as a Way to Achieve Consensus and Understanding 115 The Review Process, Roles, and Responsibilities 116 Deliverables and Ground Rules from Reviews 117 Common Requirements and Design Bugs 118 Reviewing (and Testing) Documentation 119 Other Static Tests 120 Chapter 9 Review Exercise 123 Reviews 123 Your Solution 124 My Solution 128 Comments on My Solution 132 Bonus Exercise: Reviewing Triangle Requirements Title Page 132 Triangle Requirements Review Using Wiegers’s List 132 The Requirements Bugs You Found 134 My Solution: Requirements Bugs 137 Comments on My Solution 139 Part IV Behavioral Testing 141 Chapter 10 Equivalence Classes and Boundary Values 143 Equivalence Partitioning 144 Boundary Value Analysis 144 Integer 145 Real Numbers 147 Character and String 149 Date 152 Time 154 Currency 155 Beyond Functional Classes and Boundaries 157 Chapter 11 Equivalence Classes and Boundary Values Exercise 159 Functional Boundaries and Classes 159 My Solution and Comments 161 Nonfunctional Boundaries and Classes 166 Omninet Marketing Requirements Document (v0.3) 166 Omninet System Requirements Document (v0.2) 168 Chapter 12 Use Cases, Live Data, and Decision Tables 169 Use Cases and Scenario Tests 169 Nouns and Verbs, Adjectives and Adverbs 172 Live Data and Customer Tests 173 Decision Tables 174 Chapter 13 Decision Table Exercise 177 Decision Table Tests 177 My Solution and Comments 178 Decision Tables and Boundary Values 181 My Solution and Comments 183 Building a Decision Table for Testing 188 My Solution and Comments 190 Chapter 14 State Transition Diagrams 197 Describing Systems with States Using State Transition Diagrams 197 State Tables 199 Printer Server State Transition Diagram 200 Chapter 15 State Transition Diagram Exercise 203 Kiosk States 203 My Solution and Comments 204 ATM State Models 211 My Solution and Comments 212 Grays and Blues and State Transition Diagrams 213 My Solution and Comments 214 Chapter 16 Domain Testing 217 Combinatorial Explosions 217 A Domain Example Using Frequent-Flyer Programs 218 Possible Domain Test Values 220 An Aerospace Example 221 When Domain Rules Change 223 Domain Analysis Summary 224 Complex Domain Testing Example 225 A General Rule for Complex Domains 228 Chapter 17 Domain Testing Exercise 233 My Solution and Comments 234 Chapter 18 Orthogonal Arrays and All Pairs 239 Combinatorial Explosions 239 Orthogonal Arrays and All-Pairs Tables 241 Two Orthogonal Arrays 241 Selecting an Orthogonal Array 243 Applying Orthogonal Arrays to a Complicated Real-World Example 244 All-Pairs Tables 258 Other Thoughts on Configuration Testing 259 Chapter 19 Orthogonal Arrays Exercise 261 My Solution and Comments 263 Chapter 20 Reactive Testing 267 General Facts about Reactive Tests 267 Error Guessing, Attacks, and Bug Taxonomies 268 Bug Hunting 269 Exploratory Tests 270 Checklists 271 Other Sources of Inspiration for Reactive Testing 273 Advantages and Disadvantages 274 A Case Study of Exploratory Testing 276 Part V Structural Testing 279 Chapter 21 Control-Flow Testing 281 Code Coverage 282 McCabe Cyclomatic Complexity 284 Chapter 22 Control-Flow Testing Exercise 287 My Solution and Comments 288 Chapter 23 Data-Flow Testing 293 Chapter 24 Data-Flow Testing Exercise 297 My Solutions and Comments 298 Chapter 25 Integration Testing 307 Drivers and Stubs 308 Integration Techniques 309 Backbone Integration 311 McCabe Basis Paths for Integration 313 Enhanced Hex Converter Program 316 Call Flow 318 Chapter 26 Integration Basis Test Exercise 321 My Solution and Comments 323 Part VI Appendices 325 Appendix A Omninet: The Internet Everywhere Marketing Requirements Document 327 1 Scope 329 1.1 Terms, Acronyms, and Abbreviations 329 1.2 Applicable Documents 330 2 Required release date 330 3 Description of requirements 330 3.1 General technical requirements 330 3.1.1 Welcome 330 3.1.2 Payment 330 3.1.3 Internet Browser 331 3.1.4 Performance 331 3.1.5 Localization 331 3.1.6 Content Control 331 3.1.7 Session Termination 331 3.1.8 Confidentiality 332 3.2 Administration 332 3.2.1 Software Updates 332 3.2.2 View Kiosks 332 3.2.3 View Users 333 3.2.4 Modify User 333 3.2.5 Terminate User 333 Appendix B Omninet: The Internet Everywhere System Requirements Document 335 Functionality System Requirements 336 Reliability System Requirements 340 Usability System Requirements 341 Efficiency System Requirements 342 Maintainability System Requirements 343 Portability System Requirements 344 Design Models 345 Omninet System Architecture 345 Payment Processing Decision Table 346 Kiosk Module Flow 347 Kiosk State-Transition Diagram 348 Kiosk State-Transition Table 348 Kiosk OS/Browser/Connection Speed Configuration Orthogonal Array 348 Appendix C Bibliography and Other Recommended Readings 351 RBCS Company Profile 353 Index 355


Best Sellers


Product Details
  • ISBN-13: 9780470127902
  • Publisher: John Wiley & Sons Inc
  • Publisher Imprint: John Wiley & Sons Inc
  • Depth: 25
  • Language: English
  • Returnable: N
  • Spine Width: 21 mm
  • Weight: 711 gr
  • ISBN-10: 0470127902
  • Publisher Date: 09 Feb 2007
  • Binding: Paperback
  • Height: 234 mm
  • No of Pages: 384
  • Series Title: English
  • Sub Title: Becoming an Effective and Efficient Test Professional
  • Width: 188 mm


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
Pragmatic Software Testing: Becoming an Effective and Efficient Test Professional
John Wiley & Sons Inc -
Pragmatic Software Testing: Becoming an Effective and Efficient Test Professional
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Pragmatic Software Testing: Becoming an Effective and Efficient Test Professional

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA