Re: C++ fluency
On May 11, 9:14 pm, Ian Collins <ian-n...@hotmail.com> wrote:
Andy Champ wrote:
Phlip wrote:
So what? if that's important, dedicate a test server to run
that test, and all the other ones, every 24 hours...
None of our tests take more than an hour or so, but I still
don't want to run them after every edit!
It sounds like you either have an enormous number of tests, of
they go beyond unit tests. I'd expect to be able to run
several thousand unit tests per minute.
Each unit test checks only a single set of input. Most
functions have billions of possible input, if not more. How
exhaustive do you test? (The answer, of course, depends. But
given the non-linearity of computer logic, you often need quite
a few.)
--
James Kanze (GABI Software) email:james.kanze@gmail.com
Conseils en informatique orient=E9e objet/
Beratung in objektorientierter Datenverarbeitung
9 place S=E9mard, 78210 St.-Cyr-l'=C9cole, France, +33 (0)1 30 23 00 34