How to create datetime string in soapui using groovy

Posted by Arunkumar on Stack Overflow See other posts from Stack Overflow or by Arunkumar
Published on 2010-04-16T04:40:48Z Indexed on 2010/04/16 4:43 UTC
Read the original article Hit count: 1430

Filed under:

Hi am using Soapui for testing web services. i need to create a customer record with email address and password. create customer record service contains emailid and password, wen i click the run(submit request) button in create customer record in soapui, i should get the emailid appended with current time of creation and any password. how to do this with groovy?

© Stack Overflow or respective owner

Related posts about soapui