API Reference
This chapter documents the script APIs which can be used by Squish test scripts. For complete examples that make use of all the main Squish API features, see Tutorials, How to Create Test Scripts, and How to Test Applications - Specifics.
Extension APIs are documented in:
- QML Extension API (Qt)
- JavaScript Extension API (Web)
- Java Extension API for Custom Widgets (Java).
Convenience Function Parameters
Functions that take an objectOrName
argument can be passed a reference to an object or the symbolic or real (multi-property) name of an object. Functions that take an object
argument must be passed an object reference, and functions that take an objectName
must be passed an object's symbolic or real name. Object references are returned by the Object waitForObject(objectOrName), Object waitForObjectExists(name), Object findObject(objectName) and SequenceOfObjects findAllObjects(objectName) functions.
Convenience Functions
- Tester-Created Special Functions - Special functions that testers create to make tests usable by Squish.
- Equivalent Script API - Differences between the supported scripting languages.
- Squish API - Additional functions to the standard features of the supported scripting languages that you need to test GUI applications.
- Android
- iOS
- Java
- macOS
- Qt
- Tk
- Web Object API
- Windows
- JavaScript Notes and Extension APIs
- Perl Notes
- Python Notes
- Ruby Notes
- Tcl Notes
- Behavior Driven Testing - API specific to behavior-driven tests.
- Model-based Testing - API specific to model-based tests.
- CAN bus support - Functions for testing Controller Area Network (CAN) messages sent and received by a device running an application.
- FMI Interface support - Functions for importing and executing Functional Mockup Units (FMUs).
© 2024 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.