How to use JDBC request defaults  in other requests

I have written a sql query in JDBC request and I got the result but i don't
know how to use this variable in other HTTP request.

scenario

using JDBC request i have got result which is assigned to a variable say '*
A'.*
**
Now I have to use this '*A' *in HTTP request for a parameter say ' *X* ' .

I have associated a Regular expression extractor to this JDBC request  and
given values in this post processor as given below

*reference name : variable*
*regular expression : (.*)"*
*template : $1$*
*match number : 1*
*default value : error*
**
*here reference name and the variable name in JDBC request is same*
**
and  in HTTP request for  a parameter

*number  : ${variable}*
**
when i run the test  and  check the response data this parameter in HTTP
request is taking default value of regular expression instead of JDBC
variable.

Assist me in solving ths issue

rgds
Sudheer
**

Reply via email to