WikiDiscuss

WikiDiscuss


PEG Morphology Algorithm

posts: 14214

On Sun, Dec 19, 2004 at 09:23:38PM -0500, Pierre Abbat wrote:
> On Sunday 19 December 2004 21:10, Robin Lee Powell wrote:
> > I can generate the *output* myself, but the fact that the output
> > is a certain way doesn't mean that it's *right*. A test suite
> > should be marked up to indicate that a human has reviewed it and
> > that result X is expected.
>
> I review it before each release.

....

You seem to be missing my point.

The fact that you reviewed it does not provide me with said review
unless you wrote it down somewhere.

I'm trying to generate automated tests here. I can't do that
without knowing what a human thinks the expected results should be.

See
http://en.wikipedia.org/wiki/Automated_testing and
http://en.wikipedia.org/wiki/Regression_testing.

When you said you had a bunch of test cases, I assumed that you had
the (human-) expected results too, otherwise it's not of much use.

-Robin