#integrationTest
Every dev should aim for „Deployment on Friday 4PM“ confidence. Everything else is a smell.

#programming #softwareDevelopment
#testing
#unitTest
#integrationTest
#TDD
November 24, 2024 at 7:54 AM
Mastering Quarkus Testing: When to Use @QuarkusTest vs. @QuarkusIntegrationTest,
understand test isolation like a pro, avoid hidden classpath bugs, and write faster, more reliable tests for modern Java applications.
buff.ly/lK5bw5J
#Java #Quarkus #Testing #IntegrationTest
May 11, 2025 at 6:15 AM
Great points, one addition, please stop nitpicking 🤓simple explanation in this meme makes me 😊 all the time, focus on integration and performance tests. Also, extra security scanning never hurts
#integrationtest #performancetest #security
February 4, 2025 at 8:18 AM
<a href="https://qiita.com/gengen0719/items/58fb7369d2b8e4fbbdeb" class="hover:underline text-blue-600 dark:text-sky-400 no-card-link" target="_blank" rel="noopener" data-link="bsky">qiita.com/gengen071...
データベースに接続するテストの仕組みを整備した話 - Qiita
データベースに接続するテストの仕組みを整備した話 - Qiita
はじめにかれこれ1年以上前のことになりますが、今の開発組織でデータベースに接続するIntegrationTest^1 を開発者のPCとCIで実行できる仕組みを作りました。トライしたきっかけと想い仕組みの設計・導入をする時に気を付けたこ…
qiita.com
April 4, 2024 at 5:34 AM
Integration testing verifica que diferentes módulos trabajen juntos. #Testing #IntegrationTest
September 17, 2025 at 2:34 AM
I still think that #sbt deprecating and dropping IntegrationTest custom config was a mistake.
August 18, 2025 at 12:19 AM
If you're building a PWA with Rails don't forget to ensure that you're rendering valid JSON on routes like /manifest.json.

I've added a test for that:
June 24, 2025 at 6:10 PM
Rails people: is there a proper way to customize Rack middleware in tests (ActionDispatch::IntegrationTest)? I need to do it selectively on specific test cases, not globally. There must be a better way than fiddling with MiddlewareStack & friends (right? RIGHT??).
November 7, 2025 at 7:22 PM