LoadComplete stores settings for each test project in files of two different types: project and configuration. This allows you to keep the personal settings of each tester who works with the project (if the project is used by several testers) and separate the data used for test runs (common for all) from the data used to configure the project:
-
Information that is common for all testers (for example, the number and names of project items) is stored in the single project file with .ltp extension.
-
Tester-relative settings are stored in a configuration file having the .tcLS extension. The name of this file coincides with the name of the project file, but the extensions differ.
The paths and names of log files that hold testing results are also stored in the configuration file.
-
The paths, names and various other data about log files that hold testing results are stored in a single .tcLogs file. The name of this file coincides with the name of the project file, but the location and extension differ.
Neither the project, nor the configuration file contains all project data. There are other files that make up the project. For example, the project file contains references to files of project items, which, in turn, may contain references to files of their child elements. The data of the same project item may be stored both in the project and configuration files.
LoadComplete Project Files
Files | Description |
---|---|
.ltp | LoadComplete project file. |
.tcCFGExtender .tcLS |
Files containing tester-specific settings for the project. |
.tcLTSCN | User scenario file. |
.tcLTCnctns | File containing a scenario’s requests and responses. |
.tcLTTst | Test file. |
LoadTesting.tcLT | File containing information about load stations, scenarios, and load tests. |
Cloud.tcCloud | File containing information about cloud computers specified in your project. |
Runtime.tcLTRuntime | File containing information about server performance counters and runtime graphs. |
Authentication.tcLTAuth | File containing authorization information specified in your project. |
Variables.tcLTVars | File containing information about the variables specified in your project. |
.tcLogs Data.ltdf Description.tcLog report.data RootLogData.dat {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} |
Test result files. |
Helper Files
Files | Description |
---|---|
.aqtlb | These files store the settings of toolbars of LoadComplete’s main window.
You can save the toolbar settings to an .aqtlb file by selecting View > Toolbars > Save Toolbar to File from LoadComplete’s main menu. To load the toolbar settings from a file, select View > Toolbars > Load Toolbar from File. |
.desktop | These files store the settings of LoadComplete’s main window (the toolbar and panel layout are included).
To save the panel layout and toolbar settings to a .desktop file, choose View > Desktop > Save Desktop As from LoadComplete’s main menu. To load the desktop settings from a file, choose View > Desktop > Load Desktop. |
.tcDock | .tcDock files store the layout of LoadComplete’s panels.
To save the panel layout, choose View > Desktop > Save Docking to File from LoadComplete’s main menu. To load the layout from a file, choose View > Desktop > Load Docking from File. |
.acnfg | File containing exported LoadComplete settings (see Exporting and Importing Custom User Settings). |