Forum Discussion

dariod's avatar
dariod
New Contributor
13 years ago

Property expansion; reading from properties test step

Hi,

Could you tell me what is the syntax of reading a property from a Properties test step? ${Properties#myProperty} did not work.
  • Calling from within the Test Case is ${myProperty}
    Calling a property from the project is ${#Project#myProperty}

    So for you it should need to be ${myProperty}