Home > Computing and Information Technology > Computer programming / software engineering > Software Engineering > Software testing and verification > Developer Testing: Building Quality into Software(Addison-Wesley Signature Series (Cohn))
12%
Developer Testing: Building Quality into Software(Addison-Wesley Signature Series (Cohn))

Developer Testing: Building Quality into Software(Addison-Wesley Signature Series (Cohn))

          
5
4
3
2
1

Out of Stock


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.
Notify me when this book is in stock
Add to Wishlist

About the Book

How do successful agile teams deliver bug-free, maintainable software—iteration after iteration? The answer is: By seamlessly combining development and testing. On such teams, the developers write testable code that enables them to verify it using various types of automated tests. This approach keeps regressions at bay and prevents “testing crunches”—which otherwise may occur near the end of an iteration—from ever happening. Writing testable code, however, is often difficult, because it requires knowledge and skills that cut across multiple disciplines.   In Developer Testing, leading test expert and mentor Alexander Tarlinder presents concise, focused guidance for making new and legacy code far more testable. Tarlinder helps you answer questions like: When have I tested this enough? How many tests do I need to write? What should my tests verify? You’ll learn how to design for testability and utilize techniques like refactoring, dependency breaking, unit testing, data-driven testing, and test-driven development to achieve the highest possible confidence in your software. Through practical examples in Java, C#, Groovy, and Ruby, you’ll discover what works—and what doesn’t.   You can quickly begin using Tarlinder’s technology-agnostic insights with most languages and toolsets while not getting buried in specialist details. The author helps you adapt your current programming style for testability, make a testing mindset “second nature,” improve your code, and enrich your day-to-day experience as a software professional. With this guide, you will Understand the discipline and vocabulary of testing from the developer’s standpoint Base developer tests on well-established testing techniques and best practices Recognize code constructs that impact testability Effectively name, organize, and execute unit tests Master the essentials of classic and “mockist-style” TDD Leverage test doubles with or without mocking frameworks Capture the benefits of programming by contract, even without runtime support for contracts Take control of dependencies between classes, components, layers, and tiers Handle combinatorial explosions of test cases, or scenarios requiring many similar tests Manage code duplication when it can’t be eliminated Actively maintain and improve your test suites Perform more advanced tests at the integration, system, and end-to-end levels Develop an understanding for how the organizational context influences quality assurance Establish well-balanced and effective testing strategies suitable for agile teams

Table of Contents:
Foreword by Jeff Langr xiii Foreword by Lisa Crispin xv Preface xvii Acknowledgments xxiii About the Author xxv   Chapter 1: Developer Testing 1 Developers Test 1 Developer Testing Activities 2 What Developers Usually Don’t Do 5 Defining Developer Testing 6 Developer Testing and the Development Process 7 Summary 8 Chapter 2: Testing Objectives, Styles, and Roles 9 Testing and Checking 9 Testing Objectives 10 Testing Styles 11 Your Quality Assurance and Developer Testing 18 Summary 19   Chapter 3: The Testing Vocabulary 21 Errors, Defects, Failures 22 White Box and Black Box Testing 22 Classifying Tests 23 The Agile Testing Quadrants 32 Some Other Types of Testing 33 Summary 36   Chapter 4: Testability from a Developer’s Perspective 37 Testable Software 37 Benefits of Testability 39 Testability Defined 43 Summary 55   Chapter 5: Programming by Contract 57 Contracts Formalize Constraints 57 Implementing Programming by Contract 60 Enforcing Contracts 62 Summary 65   Chapter 6: Drivers of Testability 67 Direct Input and Output 68 Indirect Input and Output 68 State 70 Temporal Coupling 71 Data Types and Testability 72 Domain-to-Range Ratio 77 Summary 78   Chapter 7: Unit Testing 79 Why Do It? 79 What Is a Unit Test? 81 The Life Cycle of a Unit Testing Framework 83 Naming Tests 85 Structuring Tests 88 Assertion Methods 89 Testing Exceptions 99 Behavior-driven Development–Style Frameworks 102 Summary 105   Chapter 8: Specification-based Testing Techniques 107 Equivalence Partitioning 107 Boundary Value Analysis 110 Edge Cases and Gotchas for Some Data Types 111 State Transition Testing 113 Decision Tables 115 Summary 116   Chapter 9: Dependencies 119 Relations between Objects 119 System Resource Dependencies 125 Dependencies between Layers 129 Dependencies across Tiers 132 Summary 133   Chapter 10: Data-driven and Combinatorial Testing 135 Parameterized Tests 138 Theories 139 Generative Testing 141 Combinatorial Testing 145 Summary 149   Chapter 11: Almost Unit Tests 151 Examples 152 Impact 156 Summary 157   Chapter 12: Test Doubles 159 Stubs 159 Fakes 162 Mock Objects 164 Spies 170 Dummies 171 Verify State or Behavior? 173 Summary 176   Chapter 13: Mocking Frameworks 177 Constructing Test Doubles 177 Setting Expectations 179 Verifying Interactions 183 Misuse, Overuse, and Other Pitfalls 185 Summary 189   Chapter 14: Test-driven Development—Classic Style 191 Test-driving a Simple Search Engine 192 Order of Tests 204 Red- to Green-bar Strategies 205 Challenges 206 Test First or Test Last? 209 Summary 210   Chapter 15: Test-driven Development—Mockist Style 213 A Different Approach 213 Double-loop TDD 220 Summary 223   Chapter 16: Duplication 225 Why Duplication Is Bad 225 Taking Advantage of Duplication 227 Mechanical Duplication 228 Knowledge Duplication 232 Summary 235   Chapter 17: Working with Test Code 237 Commenting Tests 237 Deleting Tests 241 Summary 243   Chapter 18: Beyond Unit Testing 245 Tests that Aren’t Unit Tests 245 Characteristics of Tests that Aren’t Unit Tests 257 Pointers and Practices 263 Deciding on a Developer Testing Strategy 267 Summary 269   Chapter 19: Test Ideas and Heuristics 271 High-level Considerations 271 Low-level Considerations 274 Summary 276   Appendix A: Tools and Libraries 277   Appendix B: Source Code 279 Test Doubles 279 Data-driven and Combinatorial Testing 279 Test-driven Development 282 Beyond Unit Testing 287   Bibliography 289 Index 295


Best Sellers


Product Details
  • ISBN-13: 9780134291116
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Addison Wesley
  • Language: English
  • Series Title: Addison-Wesley Signature Series (Cohn)
  • Weight: 1 gr
  • ISBN-10: 0134291115
  • Publisher Date: 07 Sep 2016
  • Binding: Digital download
  • No of Pages: 352
  • Sub Title: Building Quality into Software


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
Developer Testing: Building Quality into Software(Addison-Wesley Signature Series (Cohn))
Pearson Education (US) -
Developer Testing: Building Quality into Software(Addison-Wesley Signature Series (Cohn))
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.

Developer Testing: Building Quality into Software(Addison-Wesley Signature Series (Cohn))

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