martonjurak
7 years agoOccasional Contributor
JDBC script assertion
Hi,
I have a jdbc request where the result is the following:
<Results>
<ResultSet fetchSize="10">
<Row rowNumber="1">
<STATUS_ID/>
</Row>
<Row rowNumber="2">
<STATUS_ID>20</STATUS_ID>
</Row>
</ResultSet>
</Results>
Can somebody help me to create an assertion where only value 20 and null is accepted all others are failed?
thanks