cancel
Showing results for 
Search instead for 
Did you mean: 

How to test XI project..

Former Member
0 Kudos

1.How to test xi projects?

2.then how to test our scenario? Is there any testing tool is available to test the scenario?

3. What is CCMS? how it is useful in XI ?

Thanks in advance

Rakesh

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi-

1.How to test xi projects?

Use test environment

The main function of the test environment of the Adapter Engine is to test the settings of the individual adapters

http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/886a3c3a860657e10000000a114084/frameset.htm

2.How to test our scenario?

Test the Message Mapping and Interface Mapping to test your Mapping for all data and check it against the mapping requirements.Put the required sender file in the specified directory and test for end to end transfer.

Regarding CCMS check out this link as i am not aware of it.

http://help.sap.com/saphelp_nw2004s/helpdata/en/2a/ae8d4243a5de54e10000000a155106/frameset.htm

Former Member
0 Kudos

Hi Rakesh,

Check these threads:

Also check this blog/articles:

/people/michal.krawczyk2/blog/2005/09/16/xi-how-to-test-your-mapping-in-real-life-scenarios

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e573e690-0201-0010-e098-f90e8dad...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/99593f86-0601-0010-059d-d2dd39dc...

Regards,

Subhasha Ranjan

Former Member
0 Kudos

Hi Rakesh,

+1.How to test xi projects?
2.then how to test our scenario? Is there any testing tool is available to test the scenario?+



XI is about messaging. So the way to test an XI implementation would be to test the messaging. Two options for doing that...

1. Test the implementation without the Application systems. The plain J2SE adapter really comes in handy here. You can use it to send an XML file to the Integration Server, check whether it is getting through the pipeline as intended (which means the routing, the mappings, etc), and let it pop out to a file somewhere. You can check all the steps the message has gone through from the XML monitor (sxmb_moni).

2. Test the actual implementation with the application systems. For this you would use the testing tools of the application itself.

I do not know of any automated tools for testing XI configuration, or any way of testing it without actually sending a message across.

What is CCMS? how it is useful in XI ?</b>

I can give you some info regarding CCMS, but the rest will try finding out and let you know soon. Mean while pls go through this info on CCMS.

When CCMS is not configured you can only do individual monitoring.

To configure the same you must decide which system is to be the central system for the SCR.

To know what SCR is and to know more about it please go through this link.

https://help.sap.com/saphelp_nw04s/helpdata/en/1e/ec9e38f0d92936e10000009b38f8cf/content.htm

After doing the same please follow these steps.

Log on to the system that is to contain the central repository.

- Choose CCMS ® Configuration ® Alert Monitor, or call transaction RZ21.

- Choose Technical Infrastructure ® System Repository ® Set Repository Role.

- The system displays the Set Repository Role in Central System Administration screen. Choose Central Repository.

And also go through the following links. This I guess will help you solve your problem and I guess it answers your question.

https://help.sap.com/saphelp_nw04s/helpdata/en/e5/15a0380d134f6fe10000009b38f8cf/content.htm

/people/sap.india5/blog/2005/12/06/xi-ccms-alert-monitoring-overview-and-features

/people/sap.user72/blog/2005/11/24/xi-configuring-ccms-monitoring-for-xi-part-i

Regards,

Abhy

Message was edited by: Abhy Thomas

bhavesh_kantilal
Active Contributor
0 Kudos

Rakesh,

1.How to test xi projects?

Normally, you use the Test Tab in IR against Message Mapping and Interface Mapping to test your Mapping for various test data and check it against the mapping requirements.

Next stage is the end to end test where you run the entire interface and see if the confirugration works as per requirements.

Next you do negative tests by running end to end interface and brining down the target systems to check how your interface handles such cases.

In any real time project, multiple environments are maintained against dev , QA , prod etc and testing happens in phases in each environment.

As for testing tool, you can test your interfaces using the RWB also by providing sample data. Just check this blog on that ,

/people/michal.krawczyk2/blog/2005/08/25/xi-sending-a-message-without-the-use-of-an-adapter-not-possible

CCMS is used for monitoring of your XI componenets ,transportation etc.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/42fb24ff-0a01-0010-d48d-ed2...

Regards,

Bhavesh