Re: how to use JDBC request variables in HTTP requests

2008-10-22 Thread sudheer reddy
ok i have send it. On 10/22/08, Ravindra Gupta <[EMAIL PROTECTED]> wrote: > > Send me ur test plan as attachment to personal mail ID > [EMAIL PROTECTED] > > 2008/10/22 sudheer reddy <[EMAIL PROTECTED]> > > > ok i have done as u told but am not successfull > > > > her with am sending u the s

Re: how to use JDBC request variables in HTTP requests

2008-10-22 Thread Ravindra Gupta
Send me ur test plan as attachment to personal mail ID [EMAIL PROTECTED] 2008/10/22 sudheer reddy <[EMAIL PROTECTED]> > ok i have done as u told but am not successfull > > her with am sending u the snap shots of my plan > > regular expression sheet and also http request > > > > > On 10/22/08,

Re: how to use JDBC request variables in HTTP requests

2008-10-22 Thread sudheer reddy
ok i have done as u told but am not successfull her with am sending u the snap shots of my plan regular expression sheet and also http request On 10/22/08, Ravindra Gupta <[EMAIL PROTECTED]> wrote: > > use jdbc request as following > > -your JDBC request > --Add post processor(regular

Re: how to use JDBC request variables in HTTP requests

2008-10-22 Thread Ravindra Gupta
use jdbc request as following -your JDBC request --Add post processor(regular expression exctractor to it) - should be child of JDBC request. -Your HTTP request (pass variable of regex to it). it should work On Wed, Oct 22, 2008 at 12:41 PM, sudheer reddy <[EMAIL PROTECTED]>wrote: > I have

Re: how to use JDBC request variables in HTTP requests

2008-10-22 Thread sudheer reddy
I have given variable in JDBC request as WTPARTNUMBER so in response is WTPARTNUMBER xxx and the response is correct On 10/22/08, Ravindra Gupta <[EMAIL PROTECTED]> wrote: > > What is the response of ur JDBC request? > > On Wed, Oct 22, 2008 at 12:23 PM, sudheer reddy <[EMAIL PROTECTED] >

Re: how to use JDBC request variables in HTTP requests

2008-10-22 Thread Ravindra Gupta
What is the response of ur JDBC request? On Wed, Oct 22, 2008 at 12:23 PM, sudheer reddy <[EMAIL PROTECTED]>wrote: > Hi Ravindra > > thanks for ur reply. > > Do I have to cange any in the Jmeter properties file. > > it will be helpful for me if u give me some detailed information how to > workou

Re: how to use JDBC request variables in HTTP requests

2008-10-21 Thread sudheer reddy
Hi Ravindra thanks for ur reply. Do I have to cange any in the Jmeter properties file. it will be helpful for me if u give me some detailed information how to workout with this with some example. this is my scenario in JDBC request i got the result frrom database now i have to use this result

Re: how to use JDBC request variables in HTTP requests

2008-10-21 Thread Ravindra Gupta
it works for JDBC request also...there must be smthing wrong with your regex On Wed, Oct 22, 2008 at 12:05 PM, sudheer reddy <[EMAIL PROTECTED]>wrote: > Hi sebb > > I have tried to fix the problem but not successful. > > Regular expression extractor is working fine with HTTP request but for JDB

Re: how to use JDBC request variables in HTTP requests

2008-10-21 Thread sudheer reddy
Hi sebb I have tried to fix the problem but not successful. Regular expression extractor is working fine with HTTP request but for JDBC request it is taking default value. can you suggest a solution for this please. thanks rgds Sudheer On 10/21/08, sebb <[EMAIL PROTECTED]> wrote: > > On

Re: how to use JDBC request variables in HTTP requests

2008-10-21 Thread sebb
On 21/10/2008, sudheer reddy <[EMAIL PROTECTED]> wrote: > ok sebb > can u suggest another method for using this JDBC request result in HTTP > request. > No. It is definitely possible to extract results from JDBC samplers; the way you have described it is the way I would have suggested doing it

Re: how to use JDBC request variables in HTTP requests

2008-10-21 Thread sudheer reddy
ok sebb can u suggest another method for using this JDBC request result in HTTP request. On Tue, Oct 21, 2008 at 10:33 PM, sebb <[EMAIL PROTECTED]> wrote: > In that case the only possibility is that the RE is wrong. > > Is it possible that there is trailing/leading white-space in the RE > field?

Re: how to use JDBC request variables in HTTP requests

2008-10-21 Thread sebb
In that case the only possibility is that the RE is wrong. Is it possible that there is trailing/leading white-space in the RE field? This might cause a match failure. BTW, for testing REs, the Java Request can be useful - just put some sample text in the ResultData field (this will be the Body o

Re: how to use JDBC request variables in HTTP requests

2008-10-21 Thread sudheer reddy
*Body* On Tue, Oct 21, 2008 at 10:17 PM, sebb <[EMAIL PROTECTED]> wrote: > And which "Response Field to check" is selected? > > On 21/10/2008, sudheer reddy <[EMAIL PROTECTED]> wrote: > > Sebb > > > > yes you are right it is JDBC request only. > > > > I have used Regular expression extractor P

Re: how to use JDBC request variables in HTTP requests

2008-10-21 Thread sebb
And which "Response Field to check" is selected? On 21/10/2008, sudheer reddy <[EMAIL PROTECTED]> wrote: > Sebb > > yes you are right it is JDBC request only. > > I have used Regular expression extractor PP > > as a child to JDBC request. > > rgds > Sudheer > > > On Tue, Oct 21, 2008 at 9:5

Re: how to use JDBC request variables in HTTP requests

2008-10-21 Thread sudheer reddy
Sebb yes you are right it is JDBC request only. I have used Regular expression extractor PP as a child to JDBC request. rgds Sudheer On Tue, Oct 21, 2008 at 9:59 PM, sebb <[EMAIL PROTECTED]> wrote: > On 21/10/2008, sudheer reddy <[EMAIL PROTECTED]> wrote: > > How to use JDBC request defaults

Re: how to use JDBC request variables in HTTP requests

2008-10-21 Thread sebb
On 21/10/2008, sudheer reddy <[EMAIL PROTECTED]> wrote: > How to use JDBC request defaults in other requests There is no such element as a JDBC Request Default. There is a JDBC Connection Configuration element which can only be used in a JDBC Request sampler. > I have written a sql query in J

how to use JDBC request variables in HTTP requests

2008-10-21 Thread sudheer reddy
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