|
|
|
|
|
by charcircuit
1253 days ago
|
|
>the purpose of testing is to explain to other other developers what the code under test assumes and what should be expected of it under various conditions No, the point of automated testing is to verify that what is under test behaves correctly and to be able to scale this verification cheaper than having humans do it. Documenting what it verifies and under what conditions is just a side effect. |
|