+

Search Tips   |   Advanced Search


Socket send details

In the test editor, socket send elements represent the reception of data from the server.

Connection

Specifies the socket connection 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

Process the receive data with a custom Java™ class. Type the name of a custom Java class located in 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.


Related tasks

  • Add a socket send


    Related reference

  • Socket test details
  • Socket connection details
  • Socket close details
  • Socket receive details
  • Socket content verification point details
  • Socket size verification point details
  • Socket custom verification point details