AUT Script Bindings—Creating and Accessing

In addition to using the bindings to the toolkit's (e.g. Qt's) API and the Squish script API, it is also possible to create script bindings for custom C++ APIs that are defined in the AUT or in components of the AUT. Binding AUT-specific APIs makes is possible to call custom AUT functions and access custom AUT objects from test scripts, potentially giving access to the application's internals, such as its data structures, which can be useful for verifications.

How to make use of this powerful Squish feature is described in detail in the tutorial How to Create and Access Application Bindings.

© 2023 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.