ContributionsMost RecentMost LikesSolutionsRe: HowTo set Testcase Properties in SetupScriptOK their are some different things If you want set the TestCase properties from a Script Assertion you need context.testCase.setPropertyValue("PropertyName", "PropertyValue"); If you want set the TestCase properties from SetupScript you need testRunner.testCase.setPropertyValue("PropertyName", "PropertyValue"); Sorry for my to fast wrong first Answer Thanks AndyRe: HowTo set Testcase Properties in SetupScriptThanks for Answer. With testrunner don't worked. I find a way context.testCase.setPropertyValue("PropertyName", "PropertyValue"); Best regards AndyHowTo set Testcase Properties in SetupScriptHello, how can I set Testcase Properties in SetupScript? Read properties are working with def tokenIdInitialized = context.expand( '${#TestCase#TokenIdInitialized}' ) but how can I set properties in #TestCase# Thanks for help Best regards AndyRe: display a InfoMessage and waiting for input when using TestrunnerHi, wasn't work. I use the Launch TestRunner direct from the GUI log: command: cmd.exe /C testrunner.bat -sCombined TestSuite -cLoginOptical BF TestCase -a -j -f E:\QualityMgmt\AbnahmeIntern\Credential-Services\V1.1.4.4(2008-03-02) -tC:\soapui-pro-2.0.2\bin\soapui-settings.xml -i E:\QualityMgmt\Test\soapui\CrSv1.1.4-soapui-project.xml regardsdisplay a InfoMessage and waiting for input when using TestrunnerHello Ole, I use InfoMessages in TestCases. (soapUI-pro V2.0.2) In the GUI is working, but with testrunner the message wasn't display and the test didn't wait for the input. Is there a posibility to do this with testrunner? regards Andy