Nebraska.Code 2025 hosted on Whova

July 23 – 25, 2025, Lincoln, NE

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

WARNING - Unit Testing is not enough for your microservices

Many projects are adopting unit testing more frequently and this is awesome, but is it enough for a microservice architecture? Let's see why unit tests are not enough and what we can do to solve this problem.

High-Level Developer
Getting Started with Uno Platform: First Steps and Configuration Choices | Joche Ojeda

WARNING - Unit Testing is not enough for your microservices

Many projects are adopting unit testing more frequently and this is awesome, but is it enough for a microservice architecture? Let's see why unit tests are not enough and what we can do to solve this problem.

High-Level Developer
Integration Tests with GitHub Service Containers - ITNEXT

Not so long ago we published an article about using Testcontainers for emulating external dependencies such as a database and cache for the purpose of backend integration tests. The article also…

ITNEXT

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 😅

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? Then we don't need to start from scratch. We can evolve the environment 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 Community

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

WARNING - Unit Testing is not enough for your microservices

Many projects are adopting unit testing more frequently and this is awesome, but is it enough for a microservice architecture? Let's see why unit tests are not enough and what we can do to solve this problem.

High-Level Developer

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

WARNING - Unit Testing is not enough for your microservices

Many projects are adopting unit testing more frequently and this is awesome, but is it enough for a microservice architecture? Let's see why unit tests are not enough and what we can do to solve this problem.

High-Level Developer
How do golang folks do integration tests for their apps?
I am not sure writing loads of shell scripts is the best approach
#golang #integrationTests