Solved
Forum Discussion
Lucian
7 years agoCommunity Hero
I wrote about something similar at https://community.smartbear.com/t5/SoapUI-Pro/Sharing-is-caring-groovy-script-to-log-the-test-execution/m-p/168155#M38052
Can you see if this helps you?
Sorry, guess I should have mentioned that timstamp is in unix time. Add this to convert it from unix time.
Date date = new Date(messageExchange.getTimestamp() );
I wrote about something similar at https://community.smartbear.com/t5/SoapUI-Pro/Sharing-is-caring-groovy-script-to-log-the-test-execution/m-p/168155#M38052
Can you see if this helps you?