About 20,100,000 results
Open links in new tab
  1. In this section we present those that led us to valuable insights into Google’s code development and testing practices, as well as how we could improve test target scheduling.

  2. Google has solved many of the problems of speed and scale and this enables us, despite being a large company, to release software at the pace of a start-up. As Patrick Copeland pointed out …

  3. This section describes how to test classes using the Google Testing Framework. In many ways, testing the member functions of a class is identical to that of testing any other function.

  4. Introduction to Google Software Testing Quality^Test Roles Organizational Structure Crawl, Walk, Run Types of Tests Chapter 2

  5. Provides test fixtures, parameterized tests, and other testing features. Under the hood: a collection of macros and assertions that are inserted into your code by the preprocessor.

  6. Preserving existing behaviour is one of the largest challenges in software development. How do we mitigate the risk of making changes that inadvertently break existing behaviour? Define …

  7. This is Google scale and Google speed—the scale of the Web itself— and this is the testing solution described in this book. We reveal how this infrastructure was conceived, …