endorium
11 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 everyti...
- 8 months ago
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