Looking for a word...
Posted: Wed Mar 01, 2006 8:22 pm
Okay. So this is a type of software testing but it's by no means exact. Essentially, it sends some sort of out put to the user, and the user looks at it and see if it feels right. It is not a unit test.
Example?
Unit test a Gradient class: assert that the color returned from 0.8 is so and so.
____ test a Gradient class: print out a 100 colors that run down all the shades from 0 to 1.
I can't seem to figure out what it would be called though...
Example?
Unit test a Gradient class: assert that the color returned from 0.8 is so and so.
____ test a Gradient class: print out a 100 colors that run down all the shades from 0 to 1.
I can't seem to figure out what it would be called though...