SOAPUI 传输属性
我正在尝试在 SOAP UI 3.6 教授中进行传输属性。我能够正确地解决它。问题实际上是使其随机。我的意思是,在第一个 SOAP 响应中,将有一个结果列表,我想随机选择一个结果将其传输到第二个请求。有什么办法可以做到吗?
I am trying to do a transfer property in SOAP UI 3.6 prof. I am able to work it out properly. The question really is to make it random. What I mean is, in the first SOAP response, there will be a list of results and I want to pick one randomly to transfer it to second request. Is there any way to do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您还可以使用 XPath 进行属性转移。
You could also do a Property Transfer using XPath.
我没有方便的 SoapUI,但是您不能使用“Groovy 脚本”步骤从结果中选择随机项目,将其分配给变量,然后在第二个请求中使用吗?
我正在做类似的事情 - SoapUI 网站上几乎没有 Groovy 教程 - 看看吧。
I don't have SoapUI handy but can't you use 'Groovy Script' step to select random item from your result, assign it to variable and then use in second request?
I was doing similar stuff - there are few Groovy tutorials on SoapUI website - take a look.