Integration Testing Strategies
Continuum has several requirements for IT's. We need to be able to test:
- Web UI
- XML-RPC/SOAP APIs
- Java APIs

- Triggers (in/out)

The test harnesses we use here need to emphasize simple setup, to minimize barriers to testing.
Labels

2 Comments
Hide/Show CommentsNov 20, 2005
Brett Porter
Big +1. Again, let's not delay release to have a perfect testing framework but let's also not delay the release due to bugs the testing framework would have found. good luck finding the balance!
Dec 12, 2005
Emmanuel Venisse
All webwork actions can be test normally without a j2ee container. It seems we can test them with junit + some mock