From 6e33721dda8e4ed3bbe1223d606691beb997ef55 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 11 Aug 2023 23:30:39 +0100 Subject: [PATCH] daily-email: add 2023-08-10 Testing, fixed prices and bug-free guarantees --- src/content/daily-email/2023-08-10.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/content/daily-email/2023-08-10.md diff --git a/src/content/daily-email/2023-08-10.md b/src/content/daily-email/2023-08-10.md new file mode 100644 index 00000000..5bad4dba --- /dev/null +++ b/src/content/daily-email/2023-08-10.md @@ -0,0 +1,16 @@ +--- +title: > + Testing, fixed prices and bug-free guarantees +pubDate: 2023-08-10 +permalink: > + archive/2023/08/10/testing-fixed-prices-and-bug-free-guarantees +tags: + - automated-testing + - test-driven-development +--- + +After my lightning talk for NWDUG on automated testing with Drupal, the question was asked how to find time for testing. + +I've written about whether you need to ask for permission to write tests (you don't), and if you need to estimate tasks, you include the time and effort for writing tests as part of the estimate. + +As someone who only offers fixed prices for development work and covers all work with a bug-free guarantee, I want to provide well-written, stable and tested software to my customers so I'm not always fixing bugs for free.