TESTARE is a java testing framework that aims to simplify the test development process for distributed java applications. It tries to achieve this goal by focusing on two main directions:
- provide easy to use in container testing capabilities through the concept of execution scenarios - [ articles about the basics of in container testing techniques: Automating EJB Unit Testing, in container testing with JUnit ]
- provide support for test environment management and introspection techniques such as fixtures, global fixtures, test environment probes and guards
TESTARE's initial focus is on ejb testing, but its extensible architecture makes it very easy to develop in container testing support for other technologies, such as SERVLETS, JMS listeners, CORBA ORBs or RMI. As such, TESTARE can be used to more easily implement the test driven development for distributed java development efforts.
其他Java Java 测试工具 开源项目资源: