Using groovy in SoapUI 3.0.1, testRunner.testCase.getTestStepAt(1).description does not return the TestStep description as it does for the TestSuite or TestCase. The value seems to be sto...
Did you want the description for the second step in the test case? The index for getTestStepAt is zero-based (but maybe you know that and it is a 3.0.1 bug...)