<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/to-test-or-not-to-test-part-4-make-it-easy-to-test-locally-ij4em3xn7" -->

---
title: To test, or not to Test? Part 4 – Make it easy to test...
description: A developer with 35 years of experience shares why making local testing easy can reduce the need for automated tests. By running the entire backend stack in a...
canonical: https://daily.dev/posts/to-test-or-not-to-test-part-4-make-it-easy-to-test-locally-ij4em3xn7
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: To test, or not to Test? Part 4 – Make it easy to test locally | daily.dev
og:description: A developer with 35 years of experience shares why making local testing easy can reduce the need for automated tests. By running the entire backend stack in a...
og:url: https://daily.dev/posts/to-test-or-not-to-test-part-4-make-it-easy-to-test-locally-ij4em3xn7
og:image: https://api.daily.dev/og/posts/ij4Em3XN7.png
og:image:alt: To test, or not to Test? Part 4 – Make it easy to test locally
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# To test, or not to Test? Part 4 – Make it easy to test locally

**[We Are .NET](https://daily.dev/sources/wearedotnet)** · 4 min read · 0 upvotes · 0 comments

## Summary

A developer with 35 years of experience shares why making local testing easy can reduce the need for automated tests. By running the entire backend stack in a single process locally — using fakes for the service bus, Azure Functions, and storage emulators — the team enables fast exploratory testing and debugging without spinning up cloud infrastructure. This approach means many scenarios can be covered by manual testing, reserving automated tests for true regression cases where code is expected to change.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.planetgeek.ch/2026/03/19/to-test-or-not-to-test-part-4-make-it-easy-to-test-locally/>

## Similar posts on daily.dev

- [Working software runs locally](https://daily.dev/posts/working-software-runs-locally-acfymodik) · Lobsters · 0 upvotes · 0 comments
- [How Cloud-Native Complexity is Outpacing Test Automation Strategy](https://daily.dev/posts/how-cloud-native-complexity-is-outpacing-test-automation-strategy-aizwf7ic6) · Cloud Native Now · 0 upvotes · 0 comments

---

Tags: [#testing](https://daily.dev/tags/testing), [#azure](https://daily.dev/tags/azure), [#tdd](https://daily.dev/tags/tdd)

[View this post on daily.dev](https://daily.dev/posts/to-test-or-not-to-test-part-4-make-it-easy-to-test-locally-ij4em3xn7)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"To test, or not to Test? Part 4 – Make it easy to test locally","url":"https://daily.dev/posts/to-test-or-not-to-test-part-4-make-it-easy-to-test-locally-ij4em3xn7","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/to-test-or-not-to-test-part-4-make-it-easy-to-test-locally-ij4em3xn7"},"datePublished":"2026-03-19T08:24:05.591Z","dateModified":"2026-03-19T08:24:27.628Z","description":"A developer with 35 years of experience shares why making local testing easy can reduce the need for automated tests. By running the entire backend stack in a...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/de84314df5526b2321e188e248d70755?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/de84314df5526b2321e188e248d70755?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"We Are .NET","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"We Are .NET","logo":"https://media.daily.dev/image/upload/s--BsnVOa3i--/f_auto/v1718347410/logos/wearedotnet","url":"https://daily.dev/sources/wearedotnet"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/to-test-or-not-to-test-part-4-make-it-easy-to-test-locally-ij4em3xn7","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"testing,azure,tdd","timeRequired":"PT4M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"We Are .NET","item":"https://daily.dev/sources/wearedotnet"},{"@type":"ListItem","position":3,"name":"To test, or not to Test? Part 4 – Make it easy to test locally"}]}
```

