dmllc
14 years agoOccasional Contributor
assert xml dom
how would i go about asserting specific xml nodes are returned in the soap response? it seems that i have to use groovy script assertion, but i'm not too familiar with this language.
def a=1
def b=2
assert a+b == 3