Query with joins are returning blank records.

2013-04-12 Thread Nameet Jain
Hello Team,

I am trying run a query (JDBC Request) but it is returning empty records
without any error logs.

My test plan look like this:
-Thread group
 -JDBC Connection Configuration ( database - postgres)
 -JDBC Request (Query Type - Prepared Select statement and Query -
simple left join query)

I thought that the issue is with query, but query is returning output on
query browser.
Interesting thing is that query without joins are working well.

Its hard for me to debug. Please help...

Thanks

Regards
Nameet Jain.


Re: Dynamic Parameter passing.

2013-03-16 Thread Nameet Jain
Thanks Deepak


On Fri, Mar 15, 2013 at 7:04 AM, Deepak Shetty  wrote:

> hi
> if this is the only case you could use something like
> If controller (check condition under which you send 2 params)
> +Http request
> If controller(check condition under which you send 2 params)
> +http request
>
> If you have too many variations then you can use the api to add parameters
> - an example of which is here
> http://theworkaholic.blogspot.com/2010/03/dynamic-parameters-in-jmeter.html
>
> The link shows one value being added dynamically but you are free to add
> whatever you want using whatever conditions.
>
> regards
> deepak
>
>
> On Fri, Mar 15, 2013 at 2:19 AM, Nameet Jain  wrote:
>
> > Hello,
> >
> > I am using Jmeter for the first time and its great.
> >
> > My requirement is to capture the parameters from the http response and
> pass
> > them to the next HTTP request. But the number of parameters here are
> > dynamic (i.e. sometimes there will be 2 parameters to pass and some time
> 10
> > parameters.).  I am not getting how to manage dynamic number of
> parameters
> > to pass with HTTP request.
> >
> > Any assistance is highly appreciated.
> >
> > --
> > Thank you
> > Nameet
> >
>