RE: How to extract the parameter returned in Result Tree using JMeter

2006-04-27 Thread Tapaswini Das
Thanks Sebb it's working perfectly. Can you please tell me weather I can use 2 counters for increment of Document Id and login as different Virtual users if then How??? As I'll Create Load test script for 150 users. -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Thursday

Re: JMeter sends out wrong parameters in request

2006-04-27 Thread Azeem Hafeez
Hi sebb, I have been able to trouble shoot further on this . The request uses a form of mutli-part data type, where in an icon file can be specified amongst the details for a particular product. However this field is an optional one. The problem that i face is that the request for finding detail

Re: _BeanShell

2006-04-27 Thread sebb
On 28/04/06, amelaao <[EMAIL PROTECTED]> wrote: Sebb, Thanks. ${__P(user.dir)} did do the trick without changing anything else. Why do you think _BeanShell didn't work. There were no errors in the log file, amd at the same place in the Listener after JaveRequest Sampler, where it now prints the c

Re: _BeanShell

2006-04-27 Thread amelaao
Sebb, Thanks. ${__P(user.dir)} did do the trick without changing anything else. Why do you think _BeanShell didn't work. There were no errors in the log file, amd at the same place in the Listener after JaveRequest Sampler, where it now prints the current dir, there was "JavaRequest". Amela On 4

Re: _BeanShell

2006-04-27 Thread sebb
On 27/04/06, amelaao <[EMAIL PROTECTED]> wrote: > I want to get the value of current directory into a variable and use it to ${__P(user.dir)} might work for you. > create a new path. I'm using BeanShell for this, having my user parameter > workingDir defined as ${__BeanShell(pwd(),)}, thinking t

_BeanShell

2006-04-27 Thread amelaao
I want to get the value of current directory into a variable and use it to create a new path. I'm using BeanShell for this, having my user parameter workingDir defined as ${__BeanShell(pwd(),)}, thinking that I can use it later as ${workingDir}. My first test was just to display ${workingDir} usin

_BeanShell

2006-04-27 Thread amelaao
I want to get the value of current directory into a variable and use it to create a new path. I'm using BeanShell for this, having my user parameter workingDir defined as ${__BeanShell(pwd(),)}, thinking that I can use it later as ${workingDir}. My first test was just to display ${workingDir} using

Re: How to extract the parameter returned in Result Tree using JMeter

2006-04-27 Thread sebb
On 27/04/06, sebb <[EMAIL PROTECTED]> wrote: > On 27/04/06, Tapaswini Das <[EMAIL PROTECTED]> wrote: > > Hi Sebb/Dave > > > >We have investigated little more in our code with JMeter and found > > the code that is showing problems to us for JMeter to read. A code snippet > > written below wa

Re: How to extract the parameter returned in Result Tree using JMeter

2006-04-27 Thread sebb
On 27/04/06, Tapaswini Das <[EMAIL PROTECTED]> wrote: > Hi Sebb/Dave > >We have investigated little more in our code with JMeter and found > the code that is showing problems to us for JMeter to read. A code snippet > written below was returned by JMeter in Result Tree. > >This code

How to extract the parameter returned in Result Tree using JMeter

2006-04-27 Thread Tapaswini Das
Hi Sebb/Dave We have investigated little more in our code with JMeter and found the code that is showing problems to us for JMeter to read. A code snippet written below was returned by JMeter in Result Tree. This code shows the Java Script parameters and values. We want to extrac

Re: JMeter sends out wrong parameters in request

2006-04-27 Thread sebb
On 27/04/06, Azeem Hafeez <[EMAIL PROTECTED]> wrote: > > > Hi All , > I am facing problems while recording an HTTP Request using JMeter > Proxy Server. The request however works fine when run from the explorer > without using JMeter to record the request. > > I believe that JMeter is some

Re: problems with variables

2006-04-27 Thread sebb
On 27/04/06, bgordon <[EMAIL PROTECTED]> wrote: > Sebb, you said below... > > Can I use it in the Fielname field of a View Results Tree listener? > > No, sorry. > > Is there some way to take a property and store it in a variable and then use > the variable in the Filename field? Is there now way

Re: problems with variables

2006-04-27 Thread bgordon
Sebb, you said below... Can I use it in the Fielname field of a View Results Tree listener? No, sorry. Is there some way to take a property and store it in a variable and then use the variable in the Filename field? Is there now way to parameterize that field? Thanks, Bruce sebb <