cancel
Showing results for 
Search instead for 
Did you mean: 

XI adapters

Former Member
0 Kudos

Hi all,

is it possible to unit test the adapters in XI ? I heard about WSNavigator, but I don't know if it is the righ tool to use.

Is it also possible to unit test a Business Process in XI ?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

have alook at this Pdf

Check with Page 15

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

<b>

refer this Thread discuss about Unit Testing in XI </b>

Thanks !

Answers (2)

Answers (2)

Former Member
0 Kudos

hi elliot,

Adapter Monitoring:

Steps:

1. Go to RWB.

2. In the Component Monitoring Select Adapter Engine

3. Select the Adapter Monitoring Tab.

Using this window u cam monitor

>> Installed and Started Adapters

>> Adapters with Error and

>> All the Adapters

Uses:

>>The name of the server on which the selected Adapter Engine was deployed. This can be a server cluster consisting of several nodes.

>>The namespace in which the adapters shipped by SAP are located. If you have created additional namespaces for your own developments or for third-party adapters, these are also displayed.

>>A list of all the adapters available for the selected Adapter Engine. Adapters that are not installed and started, or not registered with the Adapter Framework are GRAYED out. You can select all the other adapters to display additional information. i.e U can see all the Adapters.

If all the adapters are working then it will be displayed in GREEN.

If not then it will be displayed in RED.

If U are not using the adapters in ur scenarios then it will be GRAYED out.

Ceck out this Doc- this will solve ur issue

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6b9f17e1-0901-0010-45ac-a9a124b4...

regards

sasi ....

<b>Reward if useful</b>

Former Member
0 Kudos

Thx to all

Former Member
0 Kudos

Hi,

WSNavigator is for testing deployed Web Services on you WebAS. I doubt that it will be of any help for Unit Testing Adapters. The question is what do you want to accomplish by Unit Testing an Adapter?

regards,

Peter

Former Member
0 Kudos

Hi,

It's to test that the adapter is configured correctly without having a complete flow.

Thx.