I have a similar question and see that this doens't look like it was answered.
I have multiple test cases in a test suite and each has a specific delay at one point in their test steps. I would like to define a global parameter and specify it for the delay.
i.e. Insert Test Step -> Delay; popup dialog opens and I would like to specify something like
${#xyzBobDelayValue} which would read from the globalProperties values. This way I don't have to edit every single test case and change this delay value.
Cheers,
Sean