Forum Discussion

JMcKinley's avatar
JMcKinley
Contributor
17 years ago

setting a property at the test suite level

Is there a way to set a property at the test suite level using a groovy script?

These do not work:

testRunner.testSuite.setPropertyValue(...) 
testRunner.setPropertyValue(...)

I get an error unknown property.
  • omatzura's avatar
    omatzura
    Super Contributor
    Hi!

    you should be using

    testRunner.testCase.testSuite.setPropertyValue( .. )

    instead!

    regards,

    /Ole
    eviware.com