Defining an ATT Record

The ATT Record node is automatically added to the system node when you add a system configuration. It enables Presentation Client to send transaction data to the Automated Test Tool for recording. When you select the ATT Record node, following five parameters are displayed in the right pane:

Parameter Field

Description

Parameter

Enable

Specifies whether ATT recording is enabled. Set this to true to enable recording with ATT.

enable

Mode

Specifies whether you want to record in the Connect or Disconnect mode.

mode

Server

Specifies the socket server used to connect to ATT. Configure this value based on your socket server setting. The default value is 127.0.0.1

server

Port

Specifies the Port used to connect to ATT. Configure this value based on your Port setting. The default value is 8888.

port

XmlFile

Specifies the path and name of the file to which the Test Case is recorded when ATT is in the Disconnect mode. For example, C:\Testcase.smtest

xmlFile

Note: The Server and Port parameters can have their default values under normal circumstances. The server address should only be modified if you are planning to record on a different machine from where the test cases are captured. The port number only needs to be adjusted if there is a conflict between ATT and another application running on the same machine, which uses the same value.

In the configuration file

The ATT Record node is represented by the <attRecord> tag.