ContributionsMost RecentMost LikesSolutionsRe: BUG: Command-line param -P is not considered in Load Script Any plans to fix this issue? With my (the only working) workaround it's impossible to run a particular test case from command line, because TestRunner Command-Line Arguments c/s : accept only 1 test/suite name. And I need at least two names to run a particular test suite (Precondition test/suite + desired test/suite) Re: BUG: Command-line param -P is not considered in Load Script As a workaround I added test suite "Precondtitions" with test case "Preconditions" containing Groovy script at the beginning of the test project def env = context.testCase.getProject().getPropertyValue("environment") ... using variable env It reads a correct parameter value. You suggestion may work, but it's just a workaround as well. I'd need to keep this test suite at the beginning of the project. Re: BUG: Command-line param -P is not considered in Load Script Suggested by you command line is invalid. Probably wrong parameters order. BUG: Command-line param -P is not considered in Load Script Version 5.4.0 I'm setting project property when executing from command line -Penvironment=overridden See attached *.bat file But the passed value is ignored in Load Script It is considered only in test case See global-groovy.log I'm printing the same property in Load Script and in test case, but the printed values are different. soapUI project is attached as well. Re: beginner issues help wantedHello Unhandled, Thanks for you help. As all scripts are invoked with "log", "context" and "testRunner" variables, could you give a hint where find documentation for them? BTW, as tofurkey wrote, testRunner has property "testCase", but in the documentation for TestCaseRunner "testCase" property is not mentioned http://www.soapui.org/apidocs/com/eviwa ... unner.html Thanks, AndrewRe: Code CompletionWhen using groovy plugin for Eclipse (especially after adding soapUI jar(s) as "external jars" to the used libraries in Java Build Path) code completion works pretty fine. But it doesn't work as soon as I switch to the soapUI project in the soapUI perspective. Could it be possible to use groovy plugin for Eclipse in the soapUI plugin for Eclipse?Code CompletionCode completion would be very useful. At least in the Pro.