summaryrefslogtreecommitdiffstats
path: root/chromium/docs/testing/regression-test-selection.md
blob: a116ea9643dbf77e7ee0c74cbb5ebcaf8888c78a (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](https://bit.ly/chromium-rts)