Forum Discussion
nishanj
12 years agoOccasional Contributor
Hi Marcus,
Thanks for checking this.
Under normal SoapUI operation we receive XML in CDATA sections. Partial real example:
... <status>WARNING</status><type>xml</type><processingStatusCode>1103</processingStatusCode><value></value></return>]]></SubmitTransactionResult>
Whereas running the same Test Case as a Load Test in SoapUI (including V4.6.3) even with 1 thread, simple strategy and 1 test run, the "contains" assertion has to also accept:
... <status>WARNING</status><type>xml</type><processingStatusCode>1103</processingStatusCode><value></value></return></SubmitTransactionResult>
Regards
Thanks for checking this.
Under normal SoapUI operation we receive XML in CDATA sections. Partial real example:
... <status>WARNING</status><type>xml</type><processingStatusCode>1103</processingStatusCode><value></value></return>]]></SubmitTransactionResult>
Whereas running the same Test Case as a Load Test in SoapUI (including V4.6.3) even with 1 thread, simple strategy and 1 test run, the "contains" assertion has to also accept:
... <status>WARNING</status><type>xml</type><processingStatusCode>1103</processingStatusCode><value></value></return></SubmitTransactionResult>
Regards