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...