Forum Discussion

aswinisam's avatar
aswinisam
New Contributor
16 years ago

Issue in using Test Suite Level Properties

Hi ,

I am using SOAP UI 3.0.1 free version. I am having problem using the testsuite level properties in my test request.

Steps:
1)Loaded properties from external property file at the test suite level
2) In test request of a testcase, using the property like below:

${#MyTestSuite#email}

Where:
MyTestSuite=the testsuite name
email = the property name

But it is loading only a null value when I run the test case. Please help.

Note: I am able to see the properties loaded in the testsuite. Also I am able to use the property values(if property is loaded at the testcase level) if I use property transfer feature.

2 Replies

  • Hi!

    you need to specify the literal "TestSuite" and not the actual name of the TestSuite, ie

    ${#TestSuite#email}

    Does that work better?

    regards!

    /Ole
    eviware.com