Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为我正在处理的应用程序编写集成测试。它使用 JTA(多种资源)并在应用服务器内运行。为这种情况编写自动化测试的最佳方法是什么?使用像 atomikos 这样的独立事务管理器或以某种方式利用应用服务器 api/工具进行事务处理?
听起来是个不错的计划,但要满足所有这些资源所需的环境可能有点复杂。