Custom actions created with script extensions can generate code for users. This can be, for example, the code of custom checkpoints, the code generated based on the visually specified options, and so on.
The topics in this section describe the TestComplete syntax subsystem, which is responsible for code generation, and provide detailed instructions on generating various code statements.
Knowing User's Scripting Language
Generating Variable Declarations
Generating Variable Expressions
Generating Object Property Expressions
Generating Object Method Calls
Generating Process, Window and Onscreen Object References
Sys.Process(...).Window(...)
expressions.Generating Assignment Statements
Generating Comparison and Logical Expressions
Generating Conditional Statements
if…then…else
statements.Generating Statement Collections
See Also
Creating Custom Actions
Working With the Code Editor
Creating Script Extensions
Script Extensions