Comments, control-flow, and other VBScript statements
Relevant for: GUI tests and components
OpenText Functional Testing enables you to incorporate decision-making into your test or component by adding conditional statements that control its logical flow. You can add the conditional statements directly in your action or component, or in the function libraries that they use.
In addition, you can define messages in your action or component that OpenText Functional Testing sends to your run results.
To improve the readability of your actions and function libraries, you can also add comments to them.
For details, see Basic VBScript syntax.