endorium
5 months agoFrequent Contributor
Project property not getting retrieved in header
I have a project with a project property
This gets set in one test and I want to use it in other tests. I create another test and in the header I put the following:
It returns blank everytime though. In the second test if I put a groovy script to retrieve the project property, it does so correctly. So why can the header not seem to find/return the property?
Hi endorium
When referencing properties in SoapUI, it is essential to use the correct syntax, which does not include backticks.
Besides, to ensure global accessibility, properties should be defined at the Project level.
Defining properties at a lower level, such as TestSuite or TestCase, may result in limited accessibility, particularly from headers or other global contexts.
Best Regards