Forum Discussion

TesterNo1's avatar
TesterNo1
Contributor
11 years ago
Solved

Unable to set poperty from set up script in test suite level

testRunner.testCase.testSuite.setPropertyValue("BuildNumber",unixtimeStamp) Hi all,   I am unable to set poperty from set up script in test suite level but same code works from groovy step in the ...
  • nmrao's avatar
    11 years ago
    If it is testSuite setup script, then below should work:
    testSuite.setPropertyValue(name, value)