Forum Discussion

mneiferbag's avatar
mneiferbag
Contributor
8 years ago
Solved

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 ...
  • TanyaYatskovska's avatar
    8 years ago

    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.