I have REST client/server application based on a Jetty Servlet That I deploy on Tomcat. The client and servers and two different modules.
I\'ve recently 开发者_运维技巧started reading The Art of Unit Testing, and the light came on regarding the difference between Unit tests and Integration tests. I\'m pretty sure there were some things
I have a unit tests for Zend Framework controllers extending Zend_Test_PHPUnit_ControllerTestCase. The tests are dispatching an action, which forwards to another action, like this:
I\'m using Cargo for Integration tests with Maven. I found examples of deploying another war from .m2 repo in pre-integra开发者_如何转开发tion here . Can somebody guide me on how to deploy current pro
I need to simulate JMS behavior while performing automated tests via maven/hudson. I was thinking about using some mock framework i.e. Mockito to achieve that goal but maybe there is some easier tool
We\'ve got WCF setup to use Windsor.Now I want to start writing some integration tests and I\'m running into a problem.I found an article by Ayende http://ayende.com/Blog/archive/2007/06/12/WCF-Windso
I have several integration tests for various services that extend the following baseclass: @ContextConfiguration(locations=\"classpath:applicationContext-test.xml\")
I have implemented a very simple ConnectionPool in Java. It has no fancy features, just get/release connection methods.
I am trying to figure out the best way(s) to test Service and DAO layers. So, a few sub questions... When testing a service layer, is it best to test against a mock DAO layer or a \"live\" DAO layer
I\'m looking for your opinion on the technologies you have used successfully - or not so successful开发者_StackOverflow中文版ly - to automate your Java EE/EJB3 unit and integration testing.I\'ll take