Forum Discussion

alibaba82's avatar
alibaba82
Super Contributor
16 years ago

context.expand does not work in loadtest teardown script

Hello,
I have a load test teardown script which has

def start_date = context.expand( '${#TestCase#start_date}' )
log.info(start_date)

even though start_date has a value, it prints out nothing on the log.