2 Replies Latest reply on Jan 30, 2013 9:08 AM by igarashitm

    Integration test applications

    kcbabo

      This thread got me thinking about our release testing:

      https://community.jboss.org/message/794151#794151

       

      In particular, it reminded me that our current integration testing for release builds is based exclusively on quickstarts.  This is not necessarily a bad thing as it gives us great coverage and verifies that our examples work.  The issue here is that I would like to add tests for very specific things and these wouldn't be appropriate as standalone quickstarts.  I'm thinking we need a test module in the release repository which includes more apps to test with.  We could use the same mechanism we do today for quickstart testing, but the apps under test would be created locally in the release repository.


      Thoughts?