reklama - zainteresowany?

Beautiful Testing. Leading Professionals Reveal How They Improve Software - Helion

Beautiful Testing. Leading Professionals Reveal How They Improve Software
ebook
Autor: Adam Goucher, Tim Riley
ISBN: 978-14-493-8868-3
stron: 350, Format: ebook
Data wydania: 2009-10-14
Księgarnia: Helion

Cena książki: 143,65 zł (poprzednio: 167,03 zł)
Oszczędzasz: 14% (-23,38 zł)

Dodaj do koszyka Beautiful Testing. Leading Professionals Reveal How They Improve Software

Successful software depends as much on scrupulous testing as it does on solid architecture or elegant code. But testing is not a routine process, it's a constant exploration of methods and an evolution of good ideas.

Beautiful Testing offers 23 essays from 27 leading testers and developers that illustrate the qualities and techniques that make testing an art. Through personal anecdotes, you'll learn how each of these professionals developed beautiful ways of testing a wide range of products -- valuable knowledge that you can apply to your own projects.

Here's a sample of what you'll find inside:

  • Microsoft's Alan Page knows a lot about large-scale test automation, and shares some of his secrets on how to make it beautiful
  • Scott Barber explains why performance testing needs to be a collaborative process, rather than simply an exercise in measuring speed
  • Karen Johnson describes how her professional experience intersected her personal life while testing medical software
  • Rex Black reveals how satisfying stakeholders for 25 years is a beautiful thing
  • Mathematician John D. Cook applies a classic definition of beauty, based on complexity and unity, to testing random number generators

All author royalties will be donated to the Nothing But Nets campaign to save lives by preventing malaria, a disease that kills millions of children in Africa each year.

This book includes contributions from:

  • Adam Goucher
  • Linda Wilkinson
  • Rex Black
  • Martin Schröder
  • Clint Talbert
  • Scott Barber
  • Kamran Khan
  • Emily Chen
  • Brian Nitz
  • Remko Tronçon
  • Alan Page
  • Neal Norwitz
  • Michelle Levesque
  • Jeffrey Yasskin
  • John D. Cook
  • Murali Nandigama
  • Karen N. Johnson
  • Chris McMahon
  • Jennitta Andrea
  • Lisa Crispin
  • Matt Heusser
  • Andreas Zeller
  • David Schuler
  • Tomasz Kojm
  • Adam Christian
  • Tim Riley
  • Isaac Clerencia

Dodaj do koszyka Beautiful Testing. Leading Professionals Reveal How They Improve Software

 

Osoby które kupowały "Beautiful Testing. Leading Professionals Reveal How They Improve Software", wybierały także:

  • Windows Media Center. Domowe centrum rozrywki
  • Ruby on Rails. Ćwiczenia
  • DevOps w praktyce. Kurs video. Jenkins, Ansible, Terraform i Docker
  • Przywództwo w Å›wiecie VUCA. Jak być skutecznym liderem w niepewnym Å›rodowisku
  • Scrum. O zwinnym zarzÄ…dzaniu projektami. Wydanie II rozszerzone

Dodaj do koszyka Beautiful Testing. Leading Professionals Reveal How They Improve Software

Spis treści

Beautiful Testing. Leading Professionals Reveal How They Improve Software eBook -- spis treści

  • Beautiful Testing
    • SPECIAL OFFER: Upgrade this ebook with OReilly
    • A Note Regarding Supplemental Files
    • Preface
      • How This Book Is Organized
        • Part I, Beautiful Testers
        • Part II, Beautiful Process
        • Part III, Beautiful Tools
      • Using Code Examples
      • Safari Books Online
      • How to Contact Us
      • Acknowledgments
    • I. Beautiful Testers
      • 1. Was It Good for You?
      • 2. Beautiful Testing Satisfies Stakeholders
        • For Whom Do We Test?
        • What Satisfies?
        • What Beauty Is External?
        • What Beauty Is Internal?
        • Conclusions
      • 3. Building Open Source QA Communities
        • Communication
        • Volunteers
        • Coordination
          • You Are Not Special
          • You Are Always Recruiting
          • You Are Always Engaging
        • Events
          • Publicity
          • What We Actually Did
          • Goal Setting and Rewards
        • Conclusions
      • 4. Collaboration Is the Cornerstone of Beautiful Performance Testing
        • Setting the Stage
        • 100%?!? Fail
          • OK, but Whats a Performance Test Case?
          • You Cant Performance Test Everything
        • The Memory Leak That Wasnt
        • Cant Handle the Load? Change the UI
        • It Cant Be the Network
          • Its Too Slow; We Hate It
        • Wrap-Up
    • II. Beautiful Process
      • 5. Just Peachy: Making Office Software More Reliable with Fuzz Testing
        • User Expectations
        • What Is Fuzzing?
        • Why Fuzz Test?
          • Improve Interoperability
          • Improve User Satisfaction
          • Improve Security
        • Fuzz Testing
          • Preparation
          • General Fuzzing
          • Custom Fuzzing
          • Random Fuzzing
          • Limitations
        • Future Considerations
      • 6. Bug Management and Test Case Effectiveness
        • Bug Management
          • The First Bug Found
          • It Isnt Just a Bug
        • The First Step in Managing a Defect Is Defining It
          • Who?
          • What?
          • When?
          • Where?
            • To a developer, it is clear that a defect lives in the source code
            • To an end user/support person, defects live in the system or distribution
              • One approach to multi-code-base defect tracking
          • Tags
          • Tagged Defect Sets (Tag Clouds): Why?
        • Test Case Effectiveness
          • Capturing the Impact of Bug Severity
          • Analyzing Test Escape Bugs
        • Case Study of the OpenSolaris Desktop Team
          • Assumptions
          • The Process of Calculating the TCE Metric
            • Corrective action
        • Conclusions
        • Acknowledgments
        • References
      • 7. Beautiful XMPP Testing
        • Introduction
        • XMPP 101
        • Testing XMPP Protocols
        • Unit Testing Simple Request-Response Protocols
        • Unit Testing Multistage Protocols
        • Testing Session Initialization
        • Automated Interoperability Testing
        • Diamond in the Rough: Testing XML Validity
        • Conclusions
        • References
      • 8. Beautiful Large-Scale Test Automation
        • Before We Start
        • What Is Large-Scale Test Automation?
          • The Basics of a Test Automation System
          • A Beautiful System
        • The First Steps
          • Test Infrastructure Is Critical
          • Test Collateral
        • Automated Tests and Test Case Management
        • The Automated Test Lab
          • Deploying the Test Bed
          • Other Considerations
        • Test Distribution
        • Failure Analysis
        • Reporting
        • Putting It All Together
      • 9. Beautiful Is Better Than Ugly
        • The Value of Stability
        • Ensuring Correctness
          • The Buildbot System
          • Refleak Testing
          • Doc Testing
          • Release Testing
          • Dynamic Analysis
          • Static Analysis
        • Conclusions
      • 10. Testing a Random Number Generator
        • What Makes Random Number Generators Subtle to Test?
        • Uniform Random Number Generators
        • Nonuniform Random Number Generators
        • A Progression of Tests
          • Range Tests
          • Mean Test
          • Variance Test
          • Bucket Test
          • Kolmogorov-Smirnov Test
        • Conclusions
      • 11. Change-Centric Testing
        • How to Set Up the Document-Driven, Change-Centric Testing Framework?
        • Change-Centric Testing for Complex Code Development Models
          • Steps to Change-Centric Testing
            • Understanding the callercallee dependency and test case to source file mapping
            • Generating the call graph of callercallee functions in the executable
            • Example 1
            • Understanding the change impact
            • Understanding the code coverage and gap analysis
            • Example 2
            • Example 3
        • What Have We Learned So Far?
          • Example 4
            • Scenario 1
            • Scenario 2
            • Scenario 3
        • Conclusions
      • 12. Software in Use
        • A Connection to My Work
        • From the Inside
        • Adding Different Perspectives
        • Exploratory, Ad-Hoc, and Scripted Testing
        • Multiuser Testing
        • The Science Lab
        • Simulating Real Use
        • Testing in the Regulated World
        • At the End
      • 13. Software Development Is a Creative Process
        • Agile Development As Performance
        • Practice, Rehearse, Perform
        • Evaluating the Ineffable
        • Two Critical Tools
        • Software Testing Movements
        • The Beauty of Agile Testing
        • QA Is Not Evil
        • Beauty Is the Nature of This Work
        • References
      • 14. Test-Driven Development: Driving New Standards of Beauty
        • Beauty As Proportion and Balance
        • Agile: A New Proportion and Balance
        • Test-Driven Development
        • Examples Versus Tests
        • Readable Examples
        • Permanent Requirement Artifacts
        • Testable Designs
        • Tool Support
          • Author
          • Reader
          • Executors
          • Result consumer
          • Report consumer
        • Team Collaboration
        • Experience the Beauty of TDD
        • References
      • 15. Beautiful Testing As the Cornerstone of Business Success
        • The Whole-Team Approach
          • No Story Is Done Until Its Tested
          • Continuous Improvement
          • Delivering Maximum Business Value
          • Focusing on Testability
        • Automating Tests
          • Choosing Tools by Team Consensus
          • Incremental Automation
          • Flipping the Pyramid
        • Driving Development with Tests
          • Experimenting
          • Planning
          • Driving Coding with Examples
          • Bumps in the Road
        • Delivering Value
          • Everyone Owns Business Problems
          • Incremental Testing and Coding
          • Plan Just Enough Ahead
        • A Success Story
        • Post Script
      • 16. Peeling the Glass Onion at Socialtext
        • Its Not BusinessIts Personal
        • Tester Remains On-Stage; Enter Beauty, Stage Right
        • Come Walk with Me, The Best Is Yet to Be
        • Automated Testing Isnt
        • Into Socialtext
          • ButWhat Do You Make?
          • Software Process at Socialtext
          • What We Actually Do
          • Wikitests
        • A Balanced Breakfast Approach
        • Regression and Process Improvement
        • The Last Pieces of the Puzzle
        • Acknowledgments
      • 17. Beautiful Testing Is Efficient Testing
        • SLIME
          • S: Security
          • L: Languages
          • I: requIrements
          • M: Measurement
          • E: Existing
        • Scripting
        • Discovering Developer Notes
          • LOUD
        • Oracles and Test Data Generation
        • Mindmaps
        • Efficiency Achieved
    • III. Beautiful Tools
      • 18. Seeding Bugs to Find Bugs: Beautiful Mutation Testing
        • Assessing Test Suite Quality
        • Watching the Watchmen
          • Efficient Mutation Testing
          • Selecting Mutation Operators
        • An AspectJ Example
        • Equivalent Mutants
        • Focusing on Impact
        • The Javalanche Framework
        • Odds and Ends
        • Acknowledgments
        • References
      • 19. Reference Testing As Beautiful Testing
        • Reference Test Structure
        • Reference Test Extensibility
          • Asynchronous Tests
          • Printing Tests
          • Invalidation Tests
        • Building Community
      • 20. Clam Anti-Virus: Testing Open Source with Open Tools
        • The Clam Anti-Virus Project
        • Testing Methods
          • Black Box Versus White Box Testing
          • Static Analysis
            • GCC
            • Clang Static Analyzer
            • Splint
            • Be patient
          • Memory Checkers
            • Valgrind
            • Electric Fence and DUMA
            • Mudflap
            • Limitations
          • Unit Testing
          • Test Scripts
          • Fuzz Testing
          • Collection of Problematic Files
          • Testing the Environment
          • Buildbot
          • Compatibility Testing
          • Performance Testing
          • Testing for False Positive and False Negative Alerts
            • False positives
            • False negatives
          • Usability and User Acceptance Testing
            • Opinion polling
            • Release candidates
        • Summary
        • Credits
      • 21. Web Application Testing with Windmill
        • Introduction
        • Overview
        • Writing Tests
          • Running Tests
          • Debugging Test
          • Firebug Lite
          • LookupNode
        • The Project
        • Comparison
        • Conclusions
        • References
      • 22. Testing One Million Web Pages
        • In the Beginning
        • The Tools Merge and Evolve
        • The Nitty-Gritty
        • Summary
        • Acknowledgments
      • 23. Testing Network Services in Multimachine Scenarios
        • The Need for an Advanced Testing Tool in eBox
        • Development of ANSTE to Improve the eBox QA Process
        • How eBox Uses ANSTE
          • Sample ANSTE Tests for eBox
        • How Other Projects Can Benefit from ANSTE
    • A. Contributors
    • Index
    • Colophon
    • SPECIAL OFFER: Upgrade this ebook with OReilly

Dodaj do koszyka Beautiful Testing. Leading Professionals Reveal How They Improve Software

Code, Publish & WebDesing by CATALIST.com.pl



(c) 2005-2024 CATALIST agencja interaktywna, znaki firmowe należą do wydawnictwa Helion S.A.