7.3.8. Testing settings
/TestManager
Start the thick or thin client for managing other testing clients using a dedicated object model.
/TestClient [-TPort<Network port number>] [-TestClientID<ID>] [-TURL=<PublicationURL>]
Starts a client application (thin client, thick client, web client, mobile client, and mobile application) as a test client.
The command parameters:
- -TPort<Network port number>. Specifies a network port number for interaction between the client and test manager. The default port is 1538. It is not used when started in the mobile client.
- -TestClientID<ID>. Specifies a UUID of the client application to be tested. The parameter is used for web client or mobile client. Use this parameter when you need to distinguish several different test clients that are concurrently used via the same test manager application. The parameter does not have a default value.
- -TURL=<PublicationURL>. Allows you to specify an infobase publication URL when starting the test client in the application on the mobile platform.
/UILogRecorder [–TPort<Network port number>] [-File<Path>]
Allows you to log interactive user actions in a client application (thin client, thick client, web client, or mobile client). You can use the log of user actions to generate a program in 1C:Enterprise language that will allow you to perform logged actions. You can use this option with the /TestClient option.
The command parameters:
- -TPort<Network port number>. Specifies a network port number for interaction between the client and test manager. The default port is 1538. It is not used when started in the mobile client.
- -File<path>. The file that will store the user action log after the recording is stopped, provided that a test manager is not connected to the client.