NHussey
11 years agoOccasional Contributor
[Res] Can't run imported groovy step in LoadUI
I have a test that works fine in SoapUI pro. I imported it into a trial version of LoadUI pro. It fails on a groovy step when I do run once. Nothing is printed to the table log, and I don't know where to go to get the error. .loadui/logs/soapui.log shows no errors, and .loadui/logs/soapui-errors.log is empty.
The groovy is super simple:
The groovy is super simple:
def startMillis = System.currentTimeMillis()
context.startMillis = startMillis