Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 SOAP UI 3.6 prof 中执行传输属性。我能够正常工作。问题真的是让它随机。我的意思是,在第一个 SOAP 响应中,会有一个结果列表,我想随机选择一个以将其传输到第二个请求。有什么办法吗?
您还可以使用 XPath 进行属性传输。
我没有方便的 SoapUI,但您不能使用“Groovy 脚本”步骤从结果中选择随机项目,将其分配给变量,然后在第二个请求中使用吗?
我也在做类似的事情——SoapUI 网站上很少有 Groovy 教程——看看。