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 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.

2 Replies

  • TanyaYatskovska's avatar
    TanyaYatskovska
    SmartBear Alumni (Retired)

    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.