In the test editor, socket send elements represent the
reception of data from the server.
- Connection
- Specifies the socket connection that is used to send the data.
Click the link to navigate to the socket connection test element.
- Think Time (ms)
- Specify the programmatically calculated time delay that is observed
before executing the current test element. Think time is a statistical
emulation of the amount of time actual users spend reading or thinking
before performing an action.
- Manipulate data from custom code
- Select this option to process the receive data with a custom Java™ class. Type the name of a custom Java class that is located in your workspace
or click Generate Code to create a new Java class template. Click View Code to
open the class in the Java editor.
- Data
- Specify the data that is sent through the connection. Bytes are
expressed as 7-bit alphanumeric characters or hexadecimal bytes preceded
with "\x". Bytes displays the number of bytes
sent as data through the connection.
- Connection
- Specifies the socket connection that is used to send the data.
Click the link to navigate to the socket connection test element.
- Think Time (ms)
- Specify the programmatically-calculated time delay that is observed
before executing the current test element. Think time is a statistical
emulation of the amount of time actual users spend reading or thinking
before performing an action.
- Manipulate data from custom code
- Select this option to process the receive data with a custom Java class. Type the name of a custom Java class that is located in your
workspace or click Generate Code to create
a new Java class template. Click View Code to open the class in the Java editor.
- Data
- Specify the data that is sent through the connection. Bytes are
expressed as 7-bit alphanumeric characters or hexadecimal bytes preceded
with "\x". Bytes displays the number of bytes
sent as data through the connection.