| Version 3.4.7 |
| Variables |
The following options pertain to variable binding.
|
| ![]() |
||
|
| Figure 29.27: Variable options | ||
When a set of variable bindings is pushed onto a variable stack, any additional variable references in the values of these variables can either be expanded immediately, or the values can be left unchanged to be expanded lazily as needed. This is explained in detail in section 8.6.
For immediate expansion turn this option on, for lazy expansion turn it off.
Old tests that rely on lazy variable binding may fail with the new default of immediate binding. If this option is activated, variables that cannot be bound immediately due to references to not-yet-defined variables are bound lazily instead and a warning is issued. To get rid of the warning simply change the value of the respective variable to use explicit lazy binding with '$_'. Please see section 8.6 for further information.
Furhtermore, various kinds of variables can be defined here. These are explained in chapter 8.
| Last update: 04/23/2012 Copyright © 1999-2012 Quality First Software GmbH |