oliverdavies.uk/source/_daily_emails/2023-08-13.md

19 lines
665 B
Markdown
Raw Normal View History

2024-01-03 20:00:00 +00:00
---
title: >
2024-09-08 22:09:54 +00:00
Don't estimate separately for testing
2024-01-03 20:00:00 +00:00
pubDate: 2023-08-13
permalink: >-
daily/2023/08/13/dont-estimate-separately-for-testing
2024-01-03 20:00:00 +00:00
tags:
2024-09-08 22:09:54 +00:00
- automated-testing
- test-driven-development
2024-01-03 20:00:00 +00:00
---
A common issue I see for people introducing automated testing is estimating the testing and implementation of a task separately.
Something like, "It'll take x to do the work and x to write the tests for it".
As well as implying you'd write all the code and then all the tests or vice versa, if you provide separate estimates, it's easy for someone to think the tests are optional and can be removed.
If you provide one estimate for both, this can't happen.