Skip to end of metadata
Go to start of metadata

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 (question)
  • Triggers (in/out) (question)

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

Labels
  • None
  1. Nov 20, 2005

    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! (smile)

  2. Dec 12, 2005

    All webwork actions can be test normally without a j2ee container. It seems we can test them with junit + some mock