Forum Discussion

IBaxter's avatar
IBaxter
Occasional Contributor
10 years ago

Is this still true that you can only run a single statement per JDBC step?

REST API

I create users via API and have to drop them after that so that this scenario can be automated.

POST user makes entiries into four different tables.

So I have to create four JDBC steps? Or even more if I want to add 'select' steps in between 'delete' to make sure that users were dropped. 

5 Replies

  • nmrao's avatar
    nmrao
    Icon for Champion Level 1 rankChampion Level 1
    Are you surprised with that?
    If there are multiple queries allowed, how do you assert result?
    • IBaxter's avatar
      IBaxter
      Occasional Contributor

      I don't care about assertion of this step. This is not a testing step. This is a maintanance step.

      • nmrao's avatar
        nmrao
        Icon for Champion Level 1 rankChampion Level 1
        Kindly note that, soapUI is tool for testing. And not sure what is maintenance step, not heard of it.