For complete Python reference, please visit Python documentation:
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 - Working With Date Values
Python - Working With Time Values
Python - Working With Numeric Values
See Also
Language Reference
Script Tests
Script Tests
Handling Exceptions in Scripts