lexical scoping
Specify which scope binding, dynamic scoping or lexical scoping, is used for TestArchitect local variables and user-defined action arguments.
- yes: Employ lexical scoping.
- no: Employ dynamic scoping.
- This built-in setting is not displayed in the editor by Content Assist.
- Versions of TestArchitect prior to 8.1 Update 1 automatically employ dynamic scoping, and do not offer this built-in setting. Hence if your pre-8.1 Update 1 tests rely on the scope of local variables being carried over to child actions, or you are unsure as to whether that was the case, you may want to set lexical scoping to no in the
INITIAL
section of your test modules.