|
|
|
|
|
by conradk
2900 days ago
|
|
You have to write 10 of them if they are not part of your workflow. If you TDD (which is applicable in a lot of cases in my experience with web development), then instead of testing with Curl or a web browser, you write tests. This takes the same amount of time upfront, so the additional cost of writing the tests is actually 0. Not sure about other types of development, but in web development, TDD can be a good way to have automated tests without the additional cost. |
|