SetFocus interview question

what is regressive testing?

Interview Answer

Anonymous

23 Oct 2009

Regression testing is a method of S/W testing whereby every possible combination of inputs is made (one at a time) and the results recorded. Usually done with automated tools.

1