TestContext « Integration « Spring Q&A





1. How can I make Spring testcontext framework use multiple data sources?    stackoverflow.com

I'm trying to integration test my application with Spring TestContext framework. I have done this by extending AbstractTransactionalJUnit4SpringContextTests, as usual. However, my application has three different data sources (with names like ...

2. Difference between Spring TestContext Framework and Jboss Arquillian    stackoverflow.com

My company developed in the last 7 years a medium/large web application. The application make use of Spring Framework (3.0), Hibernate(3.x) and Struts (1.x) among the others. Unfortunately we didn't use ...

3. TestContext integration test: test AbstractWizardFormController not advancing    forum.springsource.org

TestContext integration test: test AbstractWizardFormController not advancing hi, i'm doing an integration test with AbstractTransactionalJUnit4SpringContextTests and a local database. And i want to go to page 0 and then to page ...