#IntegrationTesting
Explore integration testing in .NET using Aspire for seamless local and test environments setup. Leverage AWS SQS and Lambda for efficient workflows. #IntegrationTesting #AWSLambda
dev.to
October 25, 2025 at 6:15 PM
Discover how integration testing transforms ASP.NET Core APIs from fragile to bulletproof! Dive into practical strategies and examples that enhance reliability and performance. Elevate your API development journey now. #ASPNetCore #IntegrationTesting
🧪 From Mocking to Meaning: How Integration Testing Made My ASP.NET Core APIs Bulletproof
“It works on my machine.” We’ve all said it. But what happens when your API hits a real database, real HTTP calls, and real users? That’s…
akshay-zz.medium.com
September 18, 2025 at 3:15 AM
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?

#ruby #rails #codecoverage #integrationtesting
November 21, 2024 at 10:29 PM
AI-Mocks project update: version 0.1.8 introduces initial support for mocking Anthropic's "/v1/messages" endpoint, unlocking Anthropic LLM client integration testing.
github.com/kpavlov/ai-m...

Stay tuned!
#aimocks, #testing, #integrationtesting, #anthropic, #llm
March 11, 2025 at 8:47 AM
Peet Michielsen submitted the 101st meme over on MoT 😆

When the integration test technically passes, but the QA team is too stunned to speak.

📦🔧 Remember, 'working' and 'working well' aren’t the same thing—unless this is your new test case.

#SoftwareTestingHumor #IntegrationTesting #QAProblems
December 3, 2024 at 4:13 PM
Discover #Testcontainers best practices for .NET integration testing! Elevate your development process with containerized services, stable tests, and seamless CI/CD integration. 🚀 #dotnet #IntegrationTesting
Testcontainers Best Practices for .NET Integration Testing
Integration tests shouldn't rely on external infrastructure—but they also shouldn't mock everything away. In this post, we look at how to use Testcontainers in .NET to spin up real Postgres and Redis instances in your tests, how to manage container lifecycle using IAsyncLifetime, and how to structure your xUnit fixtures for speed and reliability
www.milanjovanovic.tech
June 29, 2025 at 3:15 AM
Blogged: [HOWTO] Run ASP.NET Core integration tests in a Az DevOps YAML pipeline when subject under test uses DefaultAzureCredential

#azdevops #devops #yaml #pipeline #integrationtesting #defaultazurecredential #azurecli #workloadidentityfederation
[HOWTO] Run ASP.NET Core integration tests in a Az DevOps YAML pipeline when subject under test uses DefaultAzureCredential
Last week I struggled (again) running ASP.NET Core integration tests for an ASP.NET Core Web API that uses DefaultAzureCredential in a Azure DevOps YAML pipeline. To avoid having to struggle again, I am writing down my findings here. The initial situation There was an existing ASP.NET Core (.NET 8) Web API project that uses DefaultAzureCredential to connect to an Azure Key Vault.
blog.rufer.be
November 26, 2024 at 9:15 AM
I started using #TUnit in my personal projects github.com/thomhurst/TU.... It has fluent syntax, similar to the now paid #FluentAssertions and so far I'm liking it.

Comparison list with other testing frameworks: tunit.dev/docs/compari...

#dotNet #dotNetCore #cSharp #UnitTesting #IntegrationTesting
GitHub - thomhurst/TUnit: A modern, fast and flexible .NET testing framework
A modern, fast and flexible .NET testing framework - GitHub - thomhurst/TUnit: A modern, fast and flexible .NET testing framework
github.com
May 2, 2025 at 6:30 PM
Dive deep into .NET integration testing with databases. Explore EF Core providers, migrations, seeding, and strategies for reliable test suites. Kevin Lloyd covers these in this blog post:

https://bit.ly/3XbIYl6

#testing #EFCore #dotnet #IntegrationTesting
October 24, 2025 at 3:59 PM
The latest update for #Testlio includes "The Ultimate Guide to Enterprise Software #Testing" and "#UnitTesting vs #IntegrationTesting: Key Differences & Similarities".

#TestAutomation https://opsmtrs.com/2ZfNqVM
Testlio
Testlio is the leader in managed app testing. With networked and burstable models, Testlio helps you deliver great customer experiences—fast.
opsmtrs.com
January 8, 2025 at 4:32 AM
🧪 Simplify .NET Integration Tests with Testcontainers! 🚀 Spin up real Docker containers for databases & services—clean, reliable testing every time. #dotnet #testcontainers #docker #integrationtesting www.ottorinobruni.com/testcontaine...
Testcontainers for C# and .NET: Simplify Integration Tests with Docker - Ottorino Bruni
Learn how to boost integration testing with Testcontainers in .NET, using real MySQL database instances for reliable, production-like test environments. Simplify your setup, improve code quality, and ...
www.ottorinobruni.com
August 6, 2025 at 9:16 AM
Test what matters most—signup flows, OTPs, magic links, and SMS verifications—using real email and phone numbers with full automation.

#EndToEndTesting #EmailAutomation #SMStesting #IntegrationTesting #QAautomation #MailSlurp

www.mailslurp.com/product/emai...
August 4, 2025 at 9:42 PM
Does your QA team test user sign-up and OTP? If not then they really should! MFA is a crucial aspect of modern security and without testing your app is potentially exposed: youtu.be/29uYHNPGGpk #selenium #java #testing #integrationtesting
Selenium MFA tutorial (testing OTP codes in Java)
If you use an auth provider like Auth0 you can test user sign-up and login end-to-end using virtual authenticator devices. These are free dummy TOTP devices ...
youtu.be
June 23, 2025 at 9:42 PM
Dive deep into .NET integration testing with databases. Explore EF Core providers, migrations, seeding, and strategies for reliable test suites. Kevin Lloyd covers these in this blog post: bit.ly/3z8Kyw5

#testing #EFCore #dotnet #IntegrationTesting
Effective Integration Testing with a Database in .NET: A Comprehensive Guide
Dive deep into .NET integration testing with databases. Explore EF Core providers, migrations, seeding, and strategies for reliable test suites.
bit.ly
September 4, 2024 at 2:56 PM
Testcontainers in Java and Spring Boot - A Quick Introduction To Testcontainers #testcontainers #java #springboot #integrationtesting #testing senoritadeveloper.medium.com/testcontaine...
Testcontainers in Java and Spring Boot
A Quick Introduction To Testcontainers
senoritadeveloper.medium.com
April 12, 2025 at 4:08 PM
We defined integration tests as any test that spans two or more components, aiming to ensure we test real services closely resembling production.

This helps mitigate the pollution of test data from devs and ensures a clean environment for each test run.

#IntegrationTesting
May 8, 2025 at 3:41 PM
Mocking the provider, not the protocol, made our Playwright tests stable and predictable – no more brittle logins, captchas or MFA chaos.

Read how we did it: neworbit.co.uk/blog/post/un...

#IntegrationTesting #OpenIDConnect #OIDC #Playwright #DevOps
Unlocking Integration Testing With a Fake OIDC Identity Service
Learn how replacing real authentication with a Mock OpenID Connect service makes integration tests easier to run, maintain, and scale across environments.
neworbit.co.uk
October 27, 2025 at 10:28 AM
🚀 New post alert: Demystifying Apache Camel Testing with JUnit: Best Practices and Examples 🧩 Get hands-on insights into testing Camel routes like a pro with JUnit. If you're building robust integrations with Apache Camel.
#ApacheCamel #JUnit #IntegrationTesting
www.codefro.com/2023/07/14/d...
Demystifying Apache Camel Testing with JUnit: Best Practices and Examples - Code Frosting
In an era where data is the new oil, efficient data integration between different systems is pivotal for businesses. As developers, we often find ourselves...
www.codefro.com
October 26, 2024 at 8:38 PM
September 25, 2025 at 8:24 PM
Blogged: "Azure Functions Integration Testing With Testcontainers"

(www.tpeczek.com/2023/10/azur...)

#AzureFunctions #IntegrationTesting #Testcontainers
October 31, 2023 at 3:06 PM
I am glad to have presented the BigTesty project to Dagger community.

I hope to propose a beta version very soon with the help of the community.

❤️ #Dagger #GoogleCloud

#IntegrationTesting
#E2ETesting
#Python
#Terraform
#Go
#Json
#BigQuery
#GoogleCloud
#GroupBees
August 24, 2023 at 5:50 PM