Find Out How

Print Friendly Version

Messages

Messages are represented visually in SOASTA CloudTest as boxes with the operation name and service logo on it.

This visual wrapper has some relevance, since the underlying rules and syntax define the information that messages carry. Whether it is a message that connects to a SOAP service and executes a simple echoString command or something more complex—the rules for connection and response are likely similar. Messages are the raw text or XML that is sent to a web service or web application, but they occur within the context of the rules and syntax that envelope them.

For example, this can be the SOAP envelope sent to a SOAP web service such as shown in the Clip Elements and Properties > Inputs > XML View for a message based on the SOASTA CloudTest Sample Web Service’s echoString operation. It also can be text sent to a JMS or a REST, HTTP, or XML-RPC service.

In SOASTA CloudTest, messages are combined into Test Clips with other test clip components—such as checkpoints and delays--that correspond to the individual test case that the clip represents.

Both messages and test clips are defined by their target, upon which they are based, and whose properties they inherit. Messages created from a target using the Available Targets list in the Test Clip Editor inherit the properties defined within that target.

Messages added using the Add New Message icon require further editing—beginning with Target selection.