soapui - Changing assertions in SOAP UI for different server -


i have tests prepared 1 servers, each test case has own assertion this:

declare namespace ns1='http://test.server.001'; //ns1:response[1]/ns1:errorcode[1]/text() expected: 1 

it fine when i'm working test.server.001. need run tests of test.server.002, i'm getting assertion failed because of different namespace.

is there quick way changes assertions cases, don't want change manually. thanks!

if have assertion tied each request (as opposed storing assertion in variable), there isn't quick way change them all.

the fastest way have found open xml file in text editor , find/replace all.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -