Rethinking #Spring Application #IntegrationTesting
https://odrotbohm.de/2025/12/rethinking-spring-application-integration-testing/
The testing pyramid advocates for a balanced approach with many fast unit tests at the base, fewer integration tests in the middle, and a minimal set of end-to-end tests at the top to ensure reliable and efficient bug detection.
#UnitTesting #IntegrationTesting #EndToEndTesting
https://dev.to/hongster85/unit-vs-integration-vs-e2e-testing-understand-in-3-minutes-4pin
Testing #APIs ≠ mocking a class. Integration bugs hide in configs, headers, and serialization quirks. Marián Varga shows how @WireMockOrg & REST Assured make #Java integration tests real.
Learn how: https://javapro.io/2025/08/06/java-has-been-connecting-systems-and-communities-for-30-years/
One of the things a good CMake-powered C++ library should do is to test its own integration - in other words, if others can plug it into their projects. One reason is obvious - nobody will use your library if they can't. The second one is pragmatic - the tests act as documentation for the users.
I've spent many hours refining my integration testing of CMake code, and I've compiled my learnings into the following article:
➤ https://medium.com/@nerudaj/cmake-integration-testing-4d71184525ea
I've also fallen into the inevitable rabbit hole of dependency management in CMake, so if you want to learn about that, the article has you covered as well! 😵💫
What do you think? Are there other aspects of integration that are worth testing? And would you be interested in an article on how to make findable prebuilt packages with CMake?
APIs testen ≠ eine Klasse mocken. Integrationsfehler stecken in Konfiguration, Headern & Serialisierung. Marián Varga zeigt, wie @WireMockOrg & REST Assured echte Integrationstests in #Java ermöglichen.
Lese: https://javapro.io/de/java-verbindet-seit-30-jahren-systeme-und-communities/
Why Mock Databases Kill QA Confidence
TL;DR: Mock databases are great for quick unit tests, but they fail to catch the real-world issues from production environments. For reliable database testing, you need database clones that mirror your production schema, data patterns, and performance semantics. With production-grade database clones for QA and staging, you ensure that bugs are caught early, performance is realistic, and QA confidence stays high.
We’ve been there. All of us. Including me. The build is tested and signed off. […]
https://www.simplyblock.io/blog/database-testing-without-mocks/
Looking to level up your serverless NodeJS skills? Check out my video on integration testing serverless applications. It's packed with practical tips and real-world examples. Give it a watch and let me know what you think! https://www.youtube.com/watch?v=d2Fx4ACWAHI #NodeJS #Serverless #IntegrationTesting
https://www.youtube.com/watch?v=d2Fx4ACWAHI
Microservices integration testing messy? Po Linn (Fo) Chia from @Classpass shares her solution at #InfoQDevSummit Boston: ephemeral containers via CI for reliable & cost-effective testing.
🔗 Learn more: https://bit.ly/4doATkX
#Microservices #IntegrationTesting #DevEx
and leverage fixtures for effective testing.
Let’s enhance our testing practices together! #Dapr #Testcontainers #Pytest #IntegrationTesting
For more information check: https://devblogs.microsoft.com/ise/external-data-handling-learnings/.
Building a Comprehensive Accounting System Integration Test – Day 5
#accounting #integrationtesting #CSharp #doubleentryaccounting #chartofaccounts #mockdatabase #NUnit #softwaredevelopment #financialsystems #transactionprocessing #balanceverification #accountingequation #datadriventesting #collectionbasedmocking #dotNET
50x Faster and 100x Happier: How Wix Reinvented #IntegrationTesting
https://www.wix.engineering/post/50x-faster-and-100x-happier-how-wix-reinvented-integration-testing
Testing is a crucial activity to guarantee the software keeps working after fixing a bug or adding a new feature.
Read more 👉 https://lttr.ai/AQ1jo
#IntegrationTesting #IntegrationTests #Microservices #UnitTests #MicroserviceArchitecture #PokémonMicroserviceSApi
Testing SignalR Applications with Integration Tests
https://www.jocheojeda.com/2025/04/02/testing-signalr-applications-with-integration-tests/
#SignalR #TDD #IntegrationTesting #DotNET #ASPNETCore #TestServer #ChatTesting #WebSockets #RealTimeApps #DevOps #UnitTesting #APITesting #CSharp #WebDevelopment #TestDrivenDevelopment
Test Pyramid - Martin Fowler
Read more 👉 https://lttr.ai/AYtlW
#IntegrationTesting #IntegrationTests #Microservices #UnitTests #MicroserviceArchitecture #PokémonMicroserviceSApi
Working a new side project at the moment and it has again hammered home the benefit of having a thorough test suite.
Sure the tests may be repetitive and a chore to write, but I've already uncovered numerous small bugs in my back-end API that I did not know about... Mostly small things like a missing "await" or a missing decorator stopping a dependency from being injected correctly.
#softwaredevelopment #softwaretesting #testing #nodejs #TsED #integrationtesting
Question for anyone who tests a Rails app using Cypress or Playwright: how do you collect and collate code coverage? What does that setup look like?
Testing is a crucial activity to guarantee the software keeps working after fixing a bug or adding a new feature.
Read more 👉 https://lttr.ai/ATvU0
#IntegrationTesting #IntegrationTests #Microservices #UnitTests #MicroserviceArchitecture #PokémonMicroserviceSApi
The Integration Test aims to verify the interaction between different components, modules, or systems to ensure they function correctly together as a unified whole.
Read more 👉 https://lttr.ai/AWRhG
#IntegrationTesting #IntegrationTests #Microservices #UnitTests #MicroserviceArchitecture #PokémonMicroserviceSApi
How to Master API Testing: A Comprehensive Guide to 9 Essential Testing Types
https://zurl.co/in8t
#APITesting
#SoftwareTesting
#SmokeTesting
#FunctionalTesting
#RegressionTesting
#LoadTesting
#SecurityTesting
#IntegrationTesting
#StressTesting
#AutomationTesting