Forum Discussion

sabereshcp's avatar
sabereshcp
Contributor
16 years ago

Query in soapUI regarding the property step

Hi ,

I have created a property at the project level by clicking the property icon above the project work space...
I have added a property to that named HOST and gave a value as www.google.com.....
Now i wanted to use this value to parameterize my endpoint in my soap request window.....as http://${HOST}.... It is not accepting the value from the property step at the project level......is it the correct way of doing or i wanted to know how to do this in soapui....

The same scenario is working fine in case if i create a property step inside the test case and create a property and use it in the endpoint.....

For the same thing I wanted to parameterize the value from the property step created at the project level....Please help me in doing this.....


Thanks in Advance
Saberesh
  • Hi!

    You need to specify the project scope in the property reference;

    ${#Project#HOST}

    instead of just

    ${HOST}

    Does that help?

    regards!

    /Ole
    eviware.com