summaryrefslogtreecommitdiff
path: root/chromium/docs/testing/regression-test-selection.md
blob: 1877a0639085a86fc26f417bb746f8d19c0f8914 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Regression test selection (RTS)

Regression Test Selection (RTS) is a technique to intellegently select tests to
run, without spending too many resources on testing, but still detecting bad
code changes.

[TOC]

## Design Doc

- [Browser RTS](bit.ly/chromium-rts)