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.
有没有办法在soapUI 4.5.1 中为一个断言分配多个来源?例如,我需要检查所有服务响应是否包含某些元素。
What you need is groovy script assertion.
I have no idea what exactly you're trying to assert but groovy is going to be the way to go to accomplish this.