soapUI - any way to automatically generate input data?
Posted
by Graham Clark
on Stack Overflow
See other posts from Stack Overflow
or by Graham Clark
Published on 2010-04-01T09:19:07Z
Indexed on
2010/04/01
9:23 UTC
Read the original article
Hit count: 856
soapui
I've just started looking at soapUI, and it seems to be a pretty good web service testing tool. It can automatically generate request SOAP messages with all the elements from the WSDL in there, no problem. However, what would be splendid is if it could automatically generate sample random input data, using the WSDL as a guide.
For example, if my service is expecting a string, an enumeration, and a date-time, it seems like it wouldn't be too hard for the tool to generate one or more messages with valid values.
Is such a feature available in soapUI, either natively or as a plug-in, or am I over-simplifying this?
© Stack Overflow or respective owner