Forum Discussion

endorium's avatar
endorium
Frequent Contributor
11 months ago
Solved

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...
  • Humashankar's avatar
    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