问题
Soap Request ImageI have a Soap request which picks up the input value from a property defined in the same Test step. I need to run the same request automatically with multiple data available in the same property file. Is it possible by Get data functionality or do I need to include some scripting for achieving the desired step?The '?' below depict the value which needs t be picked from property.
<v1:Reverification>
<ReverificationRequest>
<v11:MSISDN>?</v11:MSISDN>
</ReverificationRequest>
Property file screenshot depicting the data
回答1:
This sounds like a data-driven test.
SoapUI supports the concept of running the same request numerous times by substituting various values in the payload with those in, say, a spreadsheet.
SoapUi page about data-driven tests
来源:https://stackoverflow.com/questions/48379225/how-to-run-a-single-soap-request-in-soapui-multiple-times-with-different-data-av