ContributionsMost RecentMost LikesSolutionsRe: How to write property value in setup script for test suiteS? Hi, I am trying to set property in project setup and tear down . But it is giving error as "groovy.lang.MIssingPropertyException: No such property: for testRunner class: Script 12" I used: testRunner.testCase.testSuite.project.setPropertyValue( "Prop", Value) Please help on this how to resolve this issue or suggest me how t set project property under tear down step. Re: How to write property value in setup script for test suiteS? Hi, I am trying to set property in project setup and tear down . But it is giving error as "groovy.lang.MIssingPropertyException: No such property: for testRunner class: Script 12" I used: testRunner.testCase.testSuite.project.setPropertyValue( "Prop", Value) Please help on this how to resolve this issue or suggest me how t set project property under tear down step.