Python Reference

Applies to TestComplete 15.63, last modified on April 10, 2024

For complete Python reference, please visit Python documentation:

https://docs.python.org/release/3.8.10/

Besides standard Python functions, TestComplete provides several additional methods to overcome limitations of the Python engine:

Method Description
__callmethod__ Calls the specified method of an object.
__getprop__ Gets the value of the specified property of an object.
__setprop__ Assigns a new value to the specified property of an object.

Related Topics of Interest

Python - Specifics of Usage

Python - Working With Date Values

Python - Working With Time Values

Python - Working With Numeric Values

Python - Working With Strings

See Also

Language Reference
Script Tests
Script Tests
Handling Exceptions in Scripts

Highlight search results