Test suites, in particular regression suites, see diminishing returns over time.

Its “beating a dead horse” of sorts, over time, there is only so much value to be derived by putting the same inputs into a system.

This leaves me with an uneasy feeling as to where, precisely, the value is in some automated tests. Selenium tests in particular generate this feeling more than other automation at levels under the GUI.


This tweet from Michael Bolton really resonated:

It suddenly clicked why the Galen framework, fuzzing, or rolling tests where you continuously export that file || continuously run that calculation and compare results just to the previous run, seemed so powerful, felt ‘right’ in some way. These techniques are not locked to a specific set of steps, a specific start_end_expected result. They’re not even as tied to specific on-page logic, IDs, etc.; they can have far less dependency on the actual product code than say, Selenium or Coded UI tests.