Show TOC Start of Content Area

Background documentation Testing RTMF  Locate the document in its SAP Library structure

The RTMF test application is a Web Dynpro application that enables you to make sure RTMF is up and running on your NetWeaver installation, and that basic RTMF functionality is working.

Launch the test application with the following URL:

http://<server>:<port>/webdynpro/dispatcher/sap.com/tc~rtmf~wdtestapp/
    RTMFTestApplication

Available Tests

The application’s tests publish RTMFEvent events. The application is registered to this event and displays a dialog whenever it receives this event.

The following types of tests can be performed with the test applications:

RTMF Server Configuration

      Next Polling Interval: Checks the polling interval.

Calculates the next polling interval, in milliseconds, based on the RTMF configuration parameters. For more information, see Configuring RTMF.

RTMF Messaging

      Publish Event: Checks whether basic messaging is working.

Publishes an event called RTMFEvent. The application displays a dialog to indicate it received the event.

      Publish Event with Message with Multi-value Property: Checks whether basic messaging is working with multi-value properties.

Publishes an event called RTMFEvent (with a multi-value parameter). The application displays a dialog to indicate it received the event, including the multi-value parameter.

      Publish Event to Current User: Checks whether basic messaging is working when an event is published for the current user.

Publishes an event called RTMFEvent to the current user. The application displays a dialog to indicate it received the event.

      Publish Event for Specific User: Checks whether basic messaging is working when an event is published for a specific user.

Publishes an event called RTMFEvent to the specified user. If sent to the current user, the application displays a dialog to indicate it received the event.

RTMF Services

      Test Topic Service: Checks whether messaging to a topic service is working.

Sends a message to a test topic service. If the topic service receives the message, it publishes an event called RTMFEvent. The application displays a dialog to indicate it received this event.

If there are multiple nodes in the NetWeaver installation, the application displays one dialog for each node.

      Test Queue Service: Checks whether messaging to a queue service is working.

Sends a message to a test queue service. If the queue service receives the message, it publishes an event called RTMFEvent. The application displays a dialog to indicate it received this event.

      Test Sync Service: Checks whether messaging to a sync service is working.

Sends a message to a test sync service. If the sync service receives the message, it publishes an event called RTMFEvent. The application displays a dialog to indicate it received this event.

Advanced

      Multiple Messages: Checks whether messaging works when an application publishes several messages quickly in a row.

Publishes a succession of events called RTMFEvent. The application displays a dialog for each event to indicate it received the event.

      Special Characters: Checks whether messaging works when non-standard characters are sent as values of message parameters.

Publishes an event called RTMFEvent. and enables you to type in a string of characters that are transported in the event message as a parameter value. When the application displays a dialog to indicate it received the event, the characters are also displayed and you can check if they were transported correctly..

 

End of Content Area