i have some problems with load tests in 4.0.0 and 4.0.1
Build soapui-pro-4.0.1-daily-2011-07-07-[1], Build Date 2011/07/07 02:30
i have simple test case with 3 test steps.
first is groovy to initialize some data.
second is soap test step.
third is groovy to verify response from second test step.
the problem is, when i call this line in third test step:
def response = context.expand( '${retrieveCdrs - Request 1#Response#declare namespace...blablabla...' )
i don't get anything.
log.info is empty.
it works if i run this manually in test case, it also works if i loop test case continuously, but it doesn't work in load test!
on the other hand, the same project works without any problems in version 3.6.2.

i have paste the project if it helps enathing.
please help.
Beno