Hi,
In the middle of my test case I need to access the database and execute a query to set the value of a particular field in DB.
for a single row i can hard code the userId in JDBC step and set the value in DB, But it's difficult to for multiple rows of data.
Kindly help.
Thanks