SoapUI 脚本功能
在soapUI中有哪些功能只能通过脚本而不是GUI来实现
What are the functionalities in soapUI that can be achieved only through script and not the GUI
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
通过脚本,您可以:
重要的是,您可以根据需要定制测试,从而使它们更加有效。
有关一些示例,请参阅 SoapUI 文档。
With scripting you can:
What is importat you can tailor your tests according to your needs, thus make them much more valid and effective.
See SoapUI docs for some examples.
使用 Groovy 脚本可以实现的事情之一是在模拟服务中构建动态响应。 您可以在以下问题中找到示例:
SoapUI 获取模拟服务脚本中的请求参数
One of the things that you can achieve using Groovy scripting is building dynamic responses in mocked services. You can find an example in the following question:
SoapUI getting request parameters in mock service script