Create protocol constructs

 

+

Search Tips   |   Advanced Search

 

The first step in creating protocol constructs is to identify the behavior of the protocol, how the ends, client and server, communicate through this protocol, or if there is an order in which things happen.

For example, in HTTP, the browser sends a request to the Web server by using a connection to send the request and receives a response from the Web server. This process suggests that at least the following model elements need to be present:

After you have the basic behavior defined, you can add additional features to the model elements.


Related

  • Model the behavior of a protocol extension
  • Updates to the load test behavior model
  • Extend the classes in LTBM
  • Extension points for LTBM
  • Public APIs for LTBM