Forum Discussion

CharlesHarold's avatar
CharlesHarold
Occasional Contributor
7 years ago
Solved

Tip: context.expand() works on multiple properties in one string!

This may be obvious to everyone else, but I'd always used context.expand() on single properties, e.g.: value = context.expand( '${#TestSuite#TsCustomProp}' ).   Today I realized that I could have m...
  • nmrao's avatar
    7 years ago
    Yes, that does evaluates all the properties until it finds none.
    Good you shared it to the community.