Multiple choice technology programming languages

Testing check-ins before building can be achieved through

  1. Incremental Check-ins

  2. Test driven development

  3. Gated Check-ins

  4. Continuous integration

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Gated check-ins is the TFS feature that allows testing check-ins before building completes. When a developer submits a gated check-in, the build system shelves the changes, builds the project, runs tests, and only commits the changes if everything passes. This prevents broken builds from entering the repository.