#integrationtests
Recovery for integration tests is complete when boundary failures found before release returns to its normal range and the cause is recorded.

#IntegrationTests #CodeQuality #BuildBetter
August 9, 2026 at 4:15 AM
The business cost of weak integration tests becomes visible in boundary failures found before release and repeated rework.

#IntegrationTests #CleanCode #WorkSmarter
August 11, 2026 at 6:53 PM
Engineering manager: I want #integrationtests to run on the app deployed on #Cloud infra for each #GitHub PR ✅

Me, thinking it's a no-brainer: sure thing! 🤦‍♂️

Me, after 85 runs: I have content for my next blog post/talk 😅
December 20, 2024 at 10:52 AM
The most useful signal for integration tests is boundary failures found before release.

#IntegrationTests #CleanCode #BestPractices
August 8, 2026 at 11:16 PM
Design a plain-language recovery message for the case where mocks create confidence that production cannot support.

#IntegrationTests #DeveloperTips #ProfessionalGrowth
August 10, 2026 at 9:17 AM
Useful documentation for integration tests starts with the scenario where mocks create confidence that production cannot support.

#IntegrationTests #Programming #DigitalSkills
August 8, 2026 at 10:51 PM
The costly assumption in integration tests is that mocks create confidence that production cannot support will fix itself.

#IntegrationTests #SoftwareEngineering #TechInsights
August 10, 2026 at 1:40 PM
Playwright makes browser testing feel easy—run full integration tests in Node.js and even check your emails while you're at it.

#Playwright #NodeJS #BrowserTesting #IntegrationTests #DevTools #MailSlurp

www.youtube.com/watch?v=YDih...
September 18, 2025 at 9:36 PM
May 14, 2025 at 12:59 PM
Change integration tests only when the decision can improve boundary failures found before release without sacrificing the outcome where important boundaries work together under realistic conditions.

#IntegrationTests #CodeQuality #LessonsLearned
August 11, 2026 at 2:06 PM
fakecloud, #local #AWS cloud emulator for #integrationtests

https://fakecloud.dev
June 16, 2026 at 5:08 PM
The purpose of integration tests is simple: important boundaries work together under realistic conditions.

#IntegrationTests #Programming #ProblemSolving
August 12, 2026 at 11:33 AM
A named owner for integration tests should know the current state of boundary failures found before release.

#IntegrationTests #SoftwareEngineering #TechAdvice
August 13, 2026 at 11:32 PM
🧪 Integrationstests von Microservices mit Coverage-Kennzahlen?
Michael Hofmann & Jonas Hofmann zeigen auf der #jaxcon, wie sich Testabdeckung auch bei Integrationstests sinnvoll ermitteln lässt.

🔗 https://f.mtr.cool/rhxdyxkyvn

#Microservices #Testing #IntegrationTests #Java
February 4, 2026 at 1:37 PM
When you're doing integration tests, do you ever struggle to figure out which #RESTAPI to test? Read our newest article on #AllegroTechBlog and find out more ➡️ bit.ly/4kFE221

#integrationtests #api #refactoring #json
May 27, 2025 at 1:55 PM
Are you working with automated integration tests in ASP.NET Core? If so, you may run into code smells such as long tests and useless duplication. Check out this post by @ardalis.com that shows how to handle these code smells: bit.ly/3OfGIWe

#ASPNetCore #IntegrationTests #testing
ASP.NET Core Integration Test Helpers
Using helper extension methods to reduce noise and duplication in ASP.NET Core integration/functional tests. Write your own or use a NuGet package.
bit.ly
June 21, 2024 at 6:27 PM
The strongest test of integration tests is a safe simulation of the case where mocks create confidence that production cannot support.

#IntegrationTests #DeveloperTips #PracticalTips
August 15, 2026 at 8:15 AM
Ever get confused about what exactly is meant when people talk about #UnitTests, #IntegrationTests, #RegressionTests, and #SmokeTests? I wrote a little something about them to, hopefully, explain the differences and overlap: www.cassandrahl.com/blog/on-unit...

#Quality #Testing #SoftwareTesting
On Unit / Integration / Regression Tests and Terminology - Cassandra HL
This post is inspired by several conversations I’ve had over the years, as well as my own musings about testing targets, testing intentions, and terminology.  I’ve noticed that there’s often confusion...
www.cassandrahl.com
October 13, 2025 at 11:20 AM
https://dev.to/slsbytheodo/blazing-fast-ci-for-serverless-integration-tests-3n4f - what if we could have multiple warm #cloud environments and "check-out" an environment for the #IntegrationTests? We can evolve the env for the #tests. Nice thought experiment https://www.linkedin.com/in/corentin-doue
Blazing fast CI for serverless integration tests
Running integration tests in a CI can be quite challenging. It's even more challenging with...
dev.to
December 18, 2024 at 4:26 PM