TestComplete samples (both built-in and additional) are located in the <Users>\Public\Public Documents\TestComplete 14 Samples folder.
Some file managers display the Public Documents folder as Documents.
Description
The Storages
object is only available if the Storages plugin is installed. Its methods - INI
, XML
and Binary
- return a FileSection
object, while the Registry
method returns a Section
object. Both objects provide methods and properties used to work with sections and options. They can be specified in the system registry, or in INI, XML and binary files. Depending on how the Section
and FileSection
objects were created, they work with sections and options of a definite source.
Note: | The Storages object can successfully read only those binary and XML files that were created via its methods.
Also, the |
Members
Example
TestComplete includes a sample project that demonstrates how you can work with the Storages
object:
<TestComplete Samples>\Common\Storages
Note: | If you do not have the sample, download the TestComplete Samples installation package from the support.smartbear.com/downloads/testcomplete/samples/; page of our website and run it. |
See Also
Restrictions on Names of Options and Sections
Section Object
FileSection Object