#integrationtesting — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #integrationtesting, aggregated by home.social.
-
Blog - Shared Postgres Test Container with Expecto in FSharp
-
Blog - Shared Postgres Test Container with Expecto in FSharp
I’m learning FSharp by creating a web application. I’ve cycled through lots of different ways of doing things, libraries, etc. Today I finally got my integration tests to use a single docker test contaner with the Expecto test framework. I couldn’t find a good example online of how to do it, so I’m sharing it here.
-
Blog - Shared Postgres Test Container with Expecto in FSharp
I’m learning FSharp by creating a web application. I’ve cycled through lots of different ways of doing things, libraries, etc. Today I finally got my integration tests to use a single docker test contaner with the Expecto test framework. I couldn’t find a good example online of how to do it, so I’m sharing it here.
-
Blog - Shared Postgres Test Container with Expecto in FSharp
I’m learning FSharp by creating a web application. I’ve cycled through lots of different ways of doing things, libraries, etc. Today I finally got my integration tests to use a single docker test contaner with the Expecto test framework. I couldn’t find a good example online of how to do it, so I’m sharing it here.
-
Blog - Shared Postgres Test Container with Expecto in FSharp
I’m learning FSharp by creating a web application. I’ve cycled through lots of different ways of doing things, libraries, etc. Today I finally got my integration tests to use a single docker test contaner with the Expecto test framework. I couldn’t find a good example online of how to do it, so I’m sharing it here.
-
Blog - Shared Postgres Test Container with Expecto in FSharp
-
Stop losing hours to unrealistic mocks.
Flaky CI, brittle stubs, heavy virtualization - sound familiar?
Mocktail fixes this:
🎥 Record real responses once
▶️ Replay forever inside your test suiteFast, reliable, realistic integration tests for Java teams.
👉 Read more: https://squads.com/blog/youre-losing-hours-to-unrealistic-mocks-heres-the-fix-record-real-responses
#JavaTesting #IntegrationTesting -
Stop losing hours to unrealistic mocks.
Flaky CI, brittle stubs, heavy virtualization - sound familiar?
Mocktail fixes this:
🎥 Record real responses once
▶️ Replay forever inside your test suiteFast, reliable, realistic integration tests for Java teams.
👉 Read more: https://squads.com/blog/youre-losing-hours-to-unrealistic-mocks-heres-the-fix-record-real-responses
#JavaTesting #IntegrationTesting -
Stop losing hours to unrealistic mocks.
Flaky CI, brittle stubs, heavy virtualization - sound familiar?
Mocktail fixes this:
🎥 Record real responses once
▶️ Replay forever inside your test suiteFast, reliable, realistic integration tests for Java teams.
👉 Read more: https://squads.com/blog/youre-losing-hours-to-unrealistic-mocks-heres-the-fix-record-real-responses
#JavaTesting #IntegrationTesting -
Stop losing hours to unrealistic mocks.
Flaky CI, brittle stubs, heavy virtualization - sound familiar?
Mocktail fixes this:
🎥 Record real responses once
▶️ Replay forever inside your test suiteFast, reliable, realistic integration tests for Java teams.
👉 Read more: https://squads.com/blog/youre-losing-hours-to-unrealistic-mocks-heres-the-fix-record-real-responses
#JavaTesting #IntegrationTesting -
🛠️ Nhiều dev nhảy vào framework mà chưa hiểu lý do test thất bại. Bài viết chia sẻ nền tảng kiểm thử: unit vs integration vs end‑to‑end, cách làm test có giá trị, những anti‑pattern thường gặp và cách test tăng tốc độ phát triển lâu dài. Bạn lần đầu nào “bật sáng” về kiểm thử? #testing #unitTesting #integrationTesting #e2e #dev #pháttriển #kiểmthử
-
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
-
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
-
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
-
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/
-
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-4d71184525eaI'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?
-
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-4d71184525eaI'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?
-
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-4d71184525eaI'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?
-
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-4d71184525eaI'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?
-
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-4d71184525eaI'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/
-
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/
-
50x Faster and 100x Happier: How Wix Reinvented #IntegrationTesting
https://www.wix.engineering/post/50x-faster-and-100x-happier-how-wix-reinvented-integration-testing
-
50x Faster and 100x Happier: How Wix Reinvented #IntegrationTesting
https://www.wix.engineering/post/50x-faster-and-100x-happier-how-wix-reinvented-integration-testing
-
50x Faster and 100x Happier: How Wix Reinvented #IntegrationTesting
https://www.wix.engineering/post/50x-faster-and-100x-happier-how-wix-reinvented-integration-testing
-
50x Faster and 100x Happier: How Wix Reinvented #IntegrationTesting
https://www.wix.engineering/post/50x-faster-and-100x-happier-how-wix-reinvented-integration-testing
-
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 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
-
Test Pyramid - Martin Fowler
Read more 👉 https://lttr.ai/AYtlW
#IntegrationTesting #IntegrationTests #Microservices #UnitTests #MicroserviceArchitecture #PokémonMicroserviceSApi
-
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
-
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
-
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
-
Blogged: Integration testing Azure Functions triggered by Azure Service Bus messages
https://www.wagemakers.net/posts/testing-service-bus-trigger-azure-functions
-
Blogged: Integration testing Azure Functions triggered by Azure Service Bus messages
https://www.wagemakers.net/posts/testing-service-bus-trigger-azure-functions
-
Blogged: Integration testing Azure Functions triggered by Azure Service Bus messages
https://www.wagemakers.net/posts/testing-service-bus-trigger-azure-functions
-
Blogged: Integration testing Azure Functions triggered by Azure Service Bus messages
https://www.wagemakers.net/posts/testing-service-bus-trigger-azure-functions
-
Blogged: Integration testing Azure Functions triggered by Azure Service Bus messages
https://www.wagemakers.net/posts/testing-service-bus-trigger-azure-functions