Fitnesse - Variable
Table of Contents
About
variable in Fitnesse
Articles Related
Management
Definition
Usage
${name}
Scope
If you define the variable in the root page, they will be availble globally.
Example:
#!***> Classpath
!path ${java.class.path}
!define TEST_SYSTEM {slim}
!define COLLAPSE_SETUP {true}
!define COLLAPSE_TEARDOWN {true}
#*!