Test Plan Thread Group JDBC Connection JSR223 Sampler JDBC Request Result Tree
Put codes in the JSR223 Sampler:
int id = Integer.parseInt( vars.get("party_id") );
vars.putObject("id", new Integer(id));
Then use id in JDBC Request:
select * from table where column = ?
Parameter Value: ${id}
parameter Type: NUMBER
It seems the JDBC request is ignored and no output shown in the result tree.
Please help to look into the issue...
Thanks in advance