Forum Discussion

francisbrochu's avatar
francisbrochu
Occasional Contributor
8 years ago
Solved

Is there a way to call a context property with hashtag ?

With a test case property I can do :   ${#TestCase#idEna}   Is there a way to do the same with context property or I always need getProperty ?   The reason I ask is because I would like to use ...
  • rupert_anderson's avatar
    8 years ago

    Hi,

     

    TestCase context properties can be referenced using the default scope e.g. 

    ${idEna}

    Regards,

    Rupert