LZhang
18 years agoFrequent Contributor
How to add assertions to responses in a datasource loop?
Hi:
I have a datasource loop in my test case. Having said that, I would have 3 different responses because I have a loop, e.g,
in the first response, it shows
Server was unable to process request. ---> Invalid Guid value is set for property: DeviceProfileId
Second response:
Server was unable to process request. ---> Mandatory GUID property is not specified: DeviceProfileId
Third response:
cdf9989a-bcf8-4bbd-b1b9-9c6de742e4e6
c1e9ccff-4a87-4a0e-99e4-4f06a78b5858
2008-03-03T22:31:30Z
PNE
Basically, each of my responses is different and I would like to add different assertions in the responses. Is that a way to do that?
Thanks,
Li Zhang
I have a datasource loop in my test case. Having said that, I would have 3 different responses because I have a loop, e.g,
in the first response, it shows
soap:Receiver
Second response:
soap:Receiver
Third response:
Basically, each of my responses is different and I would like to add different assertions in the responses. Is that a way to do that?
Thanks,
Li Zhang