>What I am intrested in is some tool to simulate backend systems
>without having backend systems.for e.g Testing integration with SAP
>withought having SAP
Sam - for integration testing, if you don’t have a system available, you will probably have to write your own tools that simulate that interface. I had to do that myself - write scripts to simulate a C1 marketsite responses, another for the Ariba marketplace, etc - because we cannot depend on those remote system being available for testing how we need them.
I’ve also had good experiences with the JMeter open-source testing tool:
[url=“Apache JMeter - Apache JMeter™”]http://jakarta.apache.org/jmeter/[/url]
This tool is useful for both integration and load testing.
Here’s an example of a JMeter script that tests xCBL 3 documents:
- It posts an xCBL document to our TN receive service.
- It sleeps a 2 seconds
<By then, the xCBL document has been transformed correctly to
our backend document format.>
- It then makes a query to TN, asking for the transformed document
- It analyses this document to make sure the xCBL -> backend format
transformations took place correctly.
#Adapters-and-E-Standards#webMethods#Integration-Server-and-ESB