IBaxter's avatar
IBaxter
Occasional Contributor
9 years ago
Status:
Implemented

Environment manager -- need to be able to assign a JDBC connection sting to a particular endpoint

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.

2 Comments