testing

EAI/Oracle Service Bus testing with Citrus Framework, part2

Before reading on, read my first article on the Citrus Framework. In this second part of testing by use of the Citrus Framework i want to test a new scenario which was part of the middleware of my last customer. Scenario Some third party application stores messages on the Weblogic JMS queue in the middleware. My Oracle Service Bus project picks up the messages, does some transformation/enrichment/etc, and stores the data on the file share. Storing the file on the filesystem is the trigger...

Enterprise Application Integration testing with Citrus Framework

Last week i read a thread on the Oracle forums on how to test the Oracle Service Bus processes. A comment from one of the users lead to me this framework, Citrus Framework. "Citrus is an integration testing framework written in Java that tests your software application to fit into your customer's environment. The tool simulates surrounding systems across various transports (e.g. Http, JMS, TCP/IP, SOAP, ...) in order to perform automatic end-to-end use case testing." For one of my...