Information Pane

The Information pane offers data regarding testing scripts and test runs, including BDL scripting, HTTP headers, and timing statistics. Depending on the type of application under test (Web, XML, database, Oracle Forms, SAPGUI, Citrix, TCP/IP, UDP, or other), the Information pane offers different views.

Item Description
Info

The Info page displays general information about the open TrueLog file and the selected API node.

BDL

The BDL page displays the BDL script that corresponds to the open TrueLog. The BDL script is automatically positioned to the line of the selected API node.

References Suppressed for XML
Out Header (HTTP)

The Out Header page contains the exact HTTP header that the application (Silk Performer in the case of replay TrueLogs, the browser in the case of record TrueLogs) sends to the server.

In Header (HTTP)

The In Header page contains the exact HTTP header that the server sends to the application.

Out Body (HTTP, TCP/IP, UDP) Contains data sent with HTTP-POST commands from the application to the server.
In Body (HTTP, TCP/IP, UDP)

The In Body page contains data received by the application from the server. The data is presented in raw format as it is received from the server (no rendering for HTML, no menu tree representation for XML).

Statistics (HTTP)
For Web browser-driven - AJAX applications, the Statistics page shows timing statistics for Web pages. It includes timing information for each Web page component and communication element. It shows exact response times, including the composition for each individual component, in graphical view. This assists you in pinpointing the root causes of errors and slow page downloads. The Statistics page includes the following data for each page component:
  • DNS lookup time: The time taken to resolve an IP address from the domain / host name supplied
  • Connect time: The time taken for the simulated user to connect to the server
  • Net round trip: The time from the first byte of the client request until the last byte of the server response, including all documents but not embedded objects.
  • Cache statistics