mneiferbag
9 years agoContributor
Which order for JDBC assertions?
Hi all, for my JDBC request test steps, I use the assertions "JDBC Timeout" and "JDBC Status".
What is the recommended order for this assertions? Do I have to check the status first, or the time it takes to run the request?
Thanks in advance.
Hi Mneiferbag,
I don't think that the order matters here. During the test execution, each assertion will be run. Even if one of them fails, other assertions will be checked anyway.