posted 13 years ago
If what you are doing is ESB & SOAP-ish stuff, then you're probably on the right track (SoapUI, JMeter, etc). Maybe something like Apache Camel or some other workflow engine could be used to "script" tests that hit various services and cause data to flow through the products you mentioned?
If you're generating web pages/apps or RESTful services, there's lots of neat capabilities in things like Selenium/Geb, Jasmine, PhantomJS, etc. So maybe those are worth looking at, depending on what you need to test.