cancel
Showing results for 
Search instead for 
Did you mean: 

Unit Testing in XI

Former Member
0 Kudos

Hi friends,

I heard there are some simulators (http,SOAP, etc...) for all the adapters to work under the Unit testing.

Could any one pass the simulators for Unit testing to my mail <b>raju.sapxi@yahoo.com</b>

With Regards,

Raju.

Accepted Solutions (1)

Accepted Solutions (1)

ravi_raman2
Active Contributor
0 Kudos

Raju,

You can write you own http client to send and recive http messages, simple html page should do it. Like wise for soap just have a parameter page to send and recieve the msgs.

Note however that the simulators are just html pages and you cannot do anything without a sender if your soap html page is configured as a client and vice-versa.

Regards

Ravi

Answers (4)

Answers (4)

Former Member
0 Kudos

HI Raju

This blog will get you started with Detroubulator

/people/morten.wittrock/blog/2006/10/18/detroubulator-version-10-is-out

regards

krishna

Former Member
0 Kudos

Hi Raju,

Check this end-to-end docs for unit testing:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5474f19e-0701-0010-4eaa-97c4f78d...

Unit testing XI mappings with Detroubulator:

/people/morten.wittrock/blog/2006/07/25/sdn-day-amsterdam-session-proposal-unit-testing-xi-mappings-with-detroubulator

Regards,

Subhasha Ranjan

Former Member
0 Kudos

You can also use JMeter provided by Apache. It contains all....it is very useful also...Only one problem...the HTTP requests are a bit confusing. Other than that, the other channles can be tested easily.

http://jakarta.apache.org/jmeter/

Former Member
0 Kudos

Raju,

If you want the HTTP Client Sample Code for Communicating with XI 3.0 then check this weblog:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/66dadc6e-0a01-0010-9ea9-bb6d8ca4...

If you want the same on ABAP stack then check this document:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ae388f45-0901-0010-0f99-a76d785e...

you can check this weblog for testing your xi mapping programs:

/people/morten.wittrock/blog/2006/08/15/detroubulator-call-for-beta-testers

---Satish