#IntegrationTesting
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
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
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
Run full sign-up and email verification tests directly in Postman using real disposable inboxes. No hacks, just powerful automation with the MailSlurp API.

#Postman #APITesting #EmailTesting #IntegrationTesting #QAtools #DevAutomation

www.youtube.com/watch?v=AvW6...
October 9, 2025 at 8:36 PM
September 25, 2025 at 8:24 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
🧪 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
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
July 20, 2025 at 1:00 PM
Use MailSlurp with PHPUnit to create inboxes, send, receive, and extract confirmation codes automatically — no SMTP needed.

#PHPUnit #PHPDevelopers #EmailTesting #IntegrationTesting #DevTools #QAautomation #MailSlurp #CodeWithConfidence

www.mailslurp.com/examples/php...
July 15, 2025 at 9:57 PM
Validate email flows in Python the smart way. PyTest + MailSlurp makes it easy to create, send, and read real emails directly inside your tests.

#Python #PyTest #EmailTesting #QA #Automation #IntegrationTesting #DevTools

www.mailslurp.com/examples/pyt...
July 10, 2025 at 9:36 PM
Send and receive real emails in Go for testing with zero mail server setup. Use MailSlurp’s free library and get full control of email flows in your Go tests.

#golang #go #testing #emailapi #devtools #opensource #unittesting #integrationtesting

www.mailslurp.com/examples/gol...
July 3, 2025 at 9:36 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
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
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! www.youtube.com/watch?v=d2Fx... #NodeJS #Serverless #IntegrationTesting
Integration testing a serverless NodeJS application
Live and building and writing integration tests for a serverless NodeJS application.
www.youtube.com
May 28, 2025 at 9:42 AM
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: bit.ly/4j7nLlk
#Microservices #IntegrationTesting #DevEx
May 22, 2025 at 4:22 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
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
May 4, 2025 at 1:00 PM
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
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
Unit Testing Concepts & Its Implementation in Java with PowerMock (and Mockito) - Unit Testing Concepts and Principles, Unit Testing in Java using PowerMock and Mockito #unittesting #integrationtesting #powermock #mockito #java senoritadeveloper.medium.com/unit-testing...
Unit Testing Concepts & Its Implementation in Java with PowerMock (and Mockito)
Unit Testing Concepts and Principles, Unit Testing in Java using PowerMock and Mockito
senoritadeveloper.medium.com
April 12, 2025 at 3:52 PM
The latest update for #SauceLabs includes "Simplify #Flutter #IntegrationTesting with Sauce Labs Real Device #Cloud" and "The Best AI Use Cases for Software Testers Today".

#Testing #TestAutomation #OpenSource https://opsmtrs.com/3oE2NBX
Sauce Labs
Sauce Labs provides the world’s largest cloud-based platform for the automated testing of web and mobile applications.
opsmtrs.com
March 22, 2025 at 3:40 AM