This is absolutely critical for our automation project.
Here is my scenario (REST API project)
Get ID
JDBD - drop the ID from the db
PUT - update user by adding ID
JDBC - select the ID from DB to make sure that it was inserted into db
I cannot automate this kind of scenarios because for each environment I have to select JDBC connection sting manually.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.