From 5676ca540858e2a3b0d8e984c4cb35bfed2ca84a Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Wed, 20 Jan 2021 14:03:25 +0100 Subject: [PATCH] Jan 20th --- docs/testops.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testops.md b/docs/testops.md index 9dbb8c2a..689c03c2 100644 --- a/docs/testops.md +++ b/docs/testops.md @@ -19,7 +19,7 @@ - [guru99.com: What is Continuous Testing in DevOps? Definition, Benefits, Tools](https://www.guru99.com/continuous-testing.html) - [xeridia.co.uk: The Importance of Testing in DevOps](https://www.xeridia.co.uk/blog/importance-testing-devops) - [opensource.com: What you need to know about automation testing in CI/CD](https://opensource.com/article/20/7/automation-testing-cicd) -- [xeridia.co.uk: The Importance of Testing in DevOps](https://www.xeridia.co.uk/blog/importance-testing-devops) + ## Test Driven Development (TDD) - [guru99.com: What is Test Driven Development (TDD)? Tutorial with Example](https://www.guru99.com/test-driven-development.html) - [functionize.com: Testers vs TDD](https://www.functionize.com/blog/testers-vs-tdd/) Test-driven development was supposed to eliminate the need for independent testing. Alas, it doesn’t go far enough.