Forum Discussion
5 Replies
- nmrao
Champion Level 1
Are you surprised with that?
If there are multiple queries allowed, how do you assert result?
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.