#integrationtesting
December 7, 2025 at 9:30 AM
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
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
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
Unit Testing vs Integration Testing — what's the real difference?

Our new guide covers:
• Key differences
• Tools
• Examples
• CI/CD
• Testing pyramid
• Best practices

Read it here 👇

softdevlead.com/unit-testing...

#UnitTesting #IntegrationTesting #SoftwareTesting #QA
September 2, 2026 at 5:05 AM
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
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
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
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
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
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
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
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
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
My session "How to TDD a REST API" from JCON '22. Finally.
It's full of TDD goodness. I'm building REST APIs, Spring based, in 20 steps.
Check it out:
www.everydayunittesting.com/2023/05/how-...
#testing #automatedtesting #unittesting #java #spring #automation #apitesting #integrationtesting
May 12, 2024 at 1:26 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
🧪 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
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
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
🚀 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
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 31, 2026 at 3:59 PM
Blogged: "Azure Functions Integration Testing With Testcontainers"

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

#AzureFunctions #IntegrationTesting #Testcontainers
October 31, 2023 at 3:06 PM