Action components can be used to load test a wide range of protocols. StresStimulus has built-in support for the following net protocols:

Adding a protocol component

A protocol component can be added to any new or existing test case. To create a new test case for a protocol component, create an empty test case from the test case recorded.


  1. Navigate to the Components section.
  2. Click the down arrow of the desired protocol component programming language and select the protocol.
  3. Alternatively, click the desired protocol component button.
  4. In the Create Component dialog, enter the protocol component name.
  5. Select the protocol component programming language.
  6. Click OK to open the protocol component code editor with the corresponding protocol implementation.
  7. See the subsequent sections for specifics on creating action methods for each protocol.





Compiling and adding transactions

Once the component is implemented, to automatically create transactions and action objects on the test case tree click the Compile the protocol component and add actions to the current test case button in the code editor. 



  • No labels