|
|
|
|
|
by a1369209993
1325 days ago
|
|
No, what you've observed is the (IIRC the terminology) converse, namely: It is not sufficient merely to test a program; you have to prove it correct too. In addition, it is not sufficient merely to prove a program correct; you have to test it too. In summary, you have to both prove a program correct, and test it; skipping either will result in buggy garbage. |
|