Message contexts and Spring Webflow conversation scope

Marvin Addison marvin.addison at gmail.com
Fri Mar 1 13:58:21 EST 2013


> Any advice regarding integration testing and web flow?

I did integration testing in situ by plugging in my custom flow
components into a working Webflow-based applicaiton (CAS). It was the
simplest solution and provided the feedback that I was ultimately
after, though this approach is obviously insufficient for
general-purpose components. I found the following projects helpful for
giving me a couple more test cases to plug into:

https://github.com/spring-by-example/spring-by-example/tree/master/web/simple-spring-webflow-webapp
https://github.com/spring-by-example/spring-by-example/tree/master/web/spring-webflow-subflow-webapp

I manually test drove the apps to verify, but high-level testing could
be automated with Selenium or similar.

M


More information about the dev mailing list