Trending

#IntegrationTesting

Latest posts tagged with #IntegrationTesting on Bluesky

Latest Top
Trending

Posts tagged #IntegrationTesting

Preview
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 ...

🧪 Testcontainers for .NET & C#
Spin up real Docker containers for databases, queues & services in integration tests.
Clean, production-like, no mocks, auto cleanup.
#dotnet #testcontainers #docker #integrationtesting #testing www.ottorinobruni.com/testcontaine...

0 0 0 0
Preview
Keploy Keploy is a developer-centric backend testing tool. It makes backend tests with built-in-mocks, faster than unit tests, from user traffic, making it easy to use, powerful, and extensible.

The latest update for #Keploy includes "Building Reliable #AI Writing Tools: Lessons From Developing Textero" and "Top 10 Tools For #IntegrationTesting In 2026".

#testing https://opsmtrs.com/3Iuqtl6

0 0 0 0
Post image

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

0 0 0 0

Another powerful alternative: integration tests using real dependencies. They validate actual system behavior, offering higher confidence than isolated unit tests that might miss real-world interactions. #IntegrationTesting 5/7

0 0 1 0

Rethinking #Spring Application #IntegrationTesting

https://odrotbohm.de/202

3 1 0 0
What is Integration Testing? | IBM Integration testing is a software-testing approach in which various application components or modules are joined and tested to evaluate how well they will work together.

𝗧𝗲𝘀𝘁𝗶𝗻𝗴𝟭𝟬𝟭: 🧩 What is Integration Testing? That moment when you check if your "unit" of code actually plays nice with the other units.

Spoiler: it usually doesn't at first. #testing101 #IntegrationTesting

https://www.rfr.bz/b02243c

0 0 0 0
Preview
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.

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

1 0 0 0

Explore integration testing in .NET using Aspire for seamless local and test environments setup. Leverage AWS SQS and Lambda for efficient workflows. #IntegrationTesting #AWSLambda

0 0 0 0
Post image

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

1 0 0 0
Post image

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...

0 0 0 0
Preview
🧪 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…

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

0 0 0 0
Original post on techhub.social

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 […]

0 1 0 0
Post image

What is "Testing Pyramid"

Read here: www.testevolve.com/blog/the-tes...

#testingpyramid #AgileTesting #softwaretesting #testautomation #unittesting #integrationtesting #EndToEndTesting #qatesting #qualityassurance #softwarequality #ContinuousIntegration #ContinuousDelivery #DevOpsTesting

0 0 1 0
Preview
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 ...

🧪 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...

1 0 0 0
Post image

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...

1 0 0 0
Post image

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

3 1 0 0
Post image

Test Evolve: 5 Essential REST API Testing Practices

Visit: testevolve.com/blog/precaut...

#apitesting #softwaretesting #qualityassurance #unittesting #integrationtesting #performancetesting #EndToEndTesting #TestingTools #DevOps #softwaredevelopment

1 0 0 0
Post image

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...

1 0 0 0
Post image

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...

1 1 0 0
Post image

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...

3 0 0 0
Preview
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

Discover #Testcontainers best practices for .NET integration testing! Elevate your development process with containerized services, stable tests, and seamless CI/CD integration. 🚀 #dotnet #IntegrationTesting

0 0 0 0
Selenium MFA tutorial (testing OTP codes in Java)
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 ...

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

1 1 0 0
Integration testing a serverless NodeJS application
Integration testing a serverless NodeJS application Live and building and writing integration tests for a serverless NodeJS application.

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

2 0 0 0
Post image

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

0 0 0 0

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

0 0 1 0
Post image

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

0 0 0 0
Preview
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

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

0 0 0 0
Preview
50x Faster and 100x Happier: How Wix Reinvented Integration Testing Why Tests Are the Backbone of Healthy ProjectsIn the world of software development, testing is not just a formality; it's a lifeline. Tests act as our safety net, giving us the assurance that our code...

50x Faster and 100x Happier: How Wix Reinvented #IntegrationTesting

2 1 0 0
Preview
Testcontainers in Java and Spring Boot A Quick Introduction To Testcontainers

Testcontainers in Java and Spring Boot - A Quick Introduction To Testcontainers #testcontainers #java #springboot #integrationtesting #testing senoritadeveloper.medium.com/testcontaine...

3 1 0 0
Preview
Unit Testing Concepts & Its Implementation in Java with PowerMock (and Mockito) Unit Testing Concepts and Principles, Unit Testing in Java using PowerMock and Mockito

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...

1 1 0 0