The selected task tabbed pane in the agent GUI displays detailed information about a task selected from the task list in the history pane:
Refer to History Pane for a description of the task list.
Field | Description |
---|---|
client | Displays the network address (host and port) of the source of the task request. The host will normally be identified by its host name, but if JavaTest cannot determine the host name, the IP address of the host will be shown instead. |
request | Displays the tag that was supplied with the request in order to identify itself. |
class | Displays the name of the class that was specified in the request. This is the class that will be loaded and run in fulfillment of the request. |
args | Displays the arguments that were specified in the request. These arguments will be passed to the class that will be executed. |
result | If and when the task is completed, this field will contain the outcome of the task, as indicated by a JavaTest Status object. |