|
|
|
|
|
by kazinator
3537 days ago
|
|
> Unit tests were unheard of [in 1997] Really, now. The Unit Test wikipedia page cites as one of the external refs this: IEEE Standard for Software Unit Testing: An American National Standard, ANSI/IEEE Std 1008-1987 The last four digits there refer to the year. I.e. Unit Testing had already crawled into a standard and died ten years before 1997. |
|
In particular, it assumes the existence of detailed requirements documentation, and requires excessive documentation on tests and their results.
One thing that makes it an evolutionary step towards modern unit testing is that it explicitly states that developers may do the unit testing.