Forum Discussion

m_atty's avatar
m_atty
Occasional Contributor
6 years ago
Solved

JDBC Status assertion fails only when running at the test case/project level

Hi all,   I've just created a new test case that creates a new Oracle user, gives it a specific role and then runs a set of SELECT queries to ensure if it has access to the views that it needs. ...
  • m_atty's avatar
    6 years ago

    Thanks for the suggestions both.

     

    I have split the test steps into individual test cases now, so rather than one test case having multiple JDBC test steps, each test case only has one JDBC connection.

     

    This seems to have fixed the issue, although I still don't really understand the root cause.

     

    Thanks again for the help.

     

    Matt