shabar
12 years agoContributor
[Resolved] Access different test suite property
Hi All,
Is that possible to access different test suite property in s same project from another test suite?
The property is created under Properties step
I tried following code from another test suite in same project but didn't work
Error:
Cheers
Is that possible to access different test suite property in s same project from another test suite?
The property is created under Properties step
I tried following code from another test suite in same project but didn't work
def proVal = testRunner.testSuite["TestSuite 1"].testCase["TestCase -Simple Search"].getPropertyValue( "QA_PROP_LOCATION" )
log.info proVal
Error:
groovy.lang.MissingPropertyException: No such property: testSuite for class: com.eviware.soapui.impl.wsdl.panels.support.MockTestRunner error at line: 2
Cheers