To replace a expression from a multiline extracted value

2004-10-27 Thread Senthil Subbiah
Hi All, I am using regular expression to extract a value from the response to be sent to the next request. And the value extracted has a multiline text. And before this i send it to the next request...i have to replace strings for ex. the extracted value looks like this...

RE: What are the JavaScript functions that I can use in Jmeter?

2004-10-27 Thread Senthil Subbiah
Jmeter? See "16.3 Writing the function string" in the function reference document You need to escape commas in parameters to the function call. BTW, always check the jmeter.log file if something does not behave as expected. S. On Tue, 26 Oct 2004 19:06:05 -0700, Senthil Subbiah <

RE: What are the JavaScript functions that I can use in Jmeter?

2004-10-27 Thread Senthil Subbiah
check the jmeter.log file if something does not behave as expected. S. On Tue, 26 Oct 2004 19:06:05 -0700, Senthil Subbiah <[EMAIL PROTECTED]> wrote: > Hi Nicole, > Thanks for the response. > Thatz exactly what I tried...but I am not able to replace the string. > > ${__javaScr

RE: What are the JavaScript functions that I can use in Jmeter?

2004-10-26 Thread Senthil Subbiah
n use any javascript functions u wish, the ones mentioned there are only examples. i am not familiar with javscript so u will have to look up how to do string replacement (i think it is something like 'Hello'.replace('ello', 'i'), which would give the output 'H

What are the JavaScript functions that I can use in Jmeter?

2004-10-26 Thread Senthil Subbiah
Hi All, What are the JavaScript functions that I can use in Jmeter? In the docs its given as date, time, math functions can be use. I need to do a string replacement before I send that parameter to the request. Can you please suggest me how to do this? Thanks Senthil

Using if controller I am not able to check if the string is empty or string.length==0

2004-10-25 Thread Senthil Subbiah
Hi , I am using Jmeter 2.0.1... I have a user parameter defined as "supplier" with empty string... Using if controller I am not able to check if the string is empty or string.length==0 Whatz the issue ? I am able to use the if for strings? Please suggest Thanks -senthil

RE: Antwort: (First time user), can we print out the result of the listener that we add to the Jmeter?+Another Query

2004-10-21 Thread Senthil Subbiah
I havent tried this option but you have xsl using which u can get the html format for the .jtl files. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thu 10/21/2004 12:08 AM To: [EMAIL PROTECTED] Cc: Subj

I am not able to see the response text on UI of JMeter

2004-10-19 Thread Senthil Subbiah
Hi all, I am not able to see the response texton the UI of JMeter. But i am able to see the response text when i say save the response to a file. I am using JMeter v 2.0.1.for the lower versions also i am not able to see the response text on the UI. Due to thisfor every request i a

RE: cookie informations generated in the first thread group to be passed to the second thread group.

2004-10-12 Thread Senthil Subbiah
Sorry..with the word report...i mean to say...when I run this test plan...i can have a listener(like View Resutls Tree) to see the status of each request. There it executes each of request in a sequence and that .jtl file is not readable. -Original Message- From: Senthil Subbiah Sent

RE: cookie informations generated in the first thread group to be passed to the second thread group.

2004-10-12 Thread Senthil Subbiah
thread group to be passed to the second thread group. On Mon, 11 Oct 2004 16:27:27 -0700, Senthil Subbiah <[EMAIL PROTECTED]> wrote: > > > Hi sebb, > > Under the same test plan...can I have more than one threads? Yes, and you can even have multiple thread groups. > If ye

FW: cookie informations generated in the first thread group to be passed to the second thread group.

2004-10-11 Thread Senthil Subbiah
; From: Senthil Subbiah > Sent: Thursday, October 07, 2004 12:42 PM > To: [EMAIL PROTECTED] > Subject: cookie informations generated in the first thread group > to be passed to the second thread group. > > Hi All, > > I want two thread groups running under

cookie informations generated in the first thread group to be passed to the second thread group.

2004-10-07 Thread Senthil Subbiah
Hi All, I want two thread groups running under a test plan. And I want the cookie informations generated in the first thread group to be passed to the second thread group. Is it possible to have multiple thread groups under a test plan? And can these thread groups be made to access the cookie inf

RE: The value extracted through regular expression is not available for all the requests

2004-09-30 Thread Senthil Subbiah
TED] Sent: Thursday, September 30, 2004 4:01 PM To: Senthil Subbiah; [EMAIL PROTECTED] Subject: Re: The value extracted through regular expression is not available for all the requests Not sure what you mean by grouping the samplers, but if the variable is not available when it should be, that coul

RE: The value extracted through regular expression is not available for all the requests

2004-09-30 Thread Senthil Subbiah
But when I don't group the samplers and I am able to access the extracted value. Thanks for the interest taken sebb. -senthil -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Thursday, September 30, 2004 2:50 PM To: Senthil Subbiah Subject: Re: The value extracted throu

RE: The value extracted through regular expression is not available for all the requests

2004-09-30 Thread Senthil Subbiah
ng it. S. On Thu, 30 Sep 2004 14:02:59 -0700, Senthil Subbiah <[EMAIL PROTECTED]> wrote: > What is the default scope of the value stored in a Reference > varaible...extracted through the Regular Expression Extractor? > > Is it global(available for the Thread group) by default? >

RE: The value extracted through regular expression is not available for all the requests

2004-09-30 Thread Senthil Subbiah
request in the context. For example, you want: - Request1 - Regular Expression Extractor - Request2 And not: - Request1 - Regular Expression Extractor - Request2 In this case, Request2 would replace the value supplied by Request1. -Kevin "Senthil Subbiah" <[EMAIL PROTE

RE: The value extracted through regular expression is not available for all the requests

2004-09-30 Thread Senthil Subbiah
- Request2 In this case, Request2 would replace the value supplied by Request1. -Kevin "Senthil Subbiah" <[EMAIL PROTECTED]> 09/30/2004 01:09 PM Please respond to "JMeter Users List" <[EMAIL PROTECTED]> To "JMeter Users List" <[EMAIL PROTECTED]>

The value extracted through regular expression is not available for all the requests

2004-09-30 Thread Senthil Subbiah
Hi, I have added a regular expression extractor... Is the reference name that I am using to store the valuewill be available for all the requests below in that Thread Group? If yesthen I have added a regular expression extractor to get a userid value and trying to pass it in the rest of

I am not getting any response text or details of form components for a request

2004-09-30 Thread Senthil Subbiah
nents that its displaying. Please suggest. Thanks Senthil -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Thursday, September 30, 2004 4:06 AM To: JMeter Users List Subject: Re: I am not getting the JSP as response On Wed, 29 Sep 2004 18:00:35 -0700, Senthil Subbiah &l

I am not getting the JSP as response

2004-09-29 Thread Senthil Subbiah
Hi All, I am using Jmeter v2.0.1. I have recorded a scenario by enabling the HTTP proxy server. For every request I am able to find only the imagesbut the actual JSP which has the data is not recorded. Could there be any specific part that I am missing.. What could be the reason for not havin

RE: Regular Expression Extractor not identifying the match

2004-09-29 Thread Senthil Subbiah
3 On Wed, 29 Sep 2004 11:41:23 -0700, Senthil Subbiah <[EMAIL PROTECTED]> wrote: > I have added a Regular Expression Extractor after a sampler > > The sampler has a form value > Value="g1" > And I want to match this value to send as a part of the next re

Regular Expression Extractor not identifying the match

2004-09-29 Thread Senthil Subbiah
I have added a Regular Expression Extractor after a sampler The sampler has a form value Value="g1" And I want to match this value to send as a part of the next request. And in the Regular Expression Extractor, I have added the following Name : Regular Expression Extractor Reference Name :

RE: Request data tab in 'View in Tree' listener is emptyforredirect http requests

2004-09-28 Thread Senthil Subbiah
On Tue, 2004-09-28 at 15:12, Senthil Subbiah wrote: > Thanks for the response...i need more clarification > > -Original Message- > From: Michael Stover [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 28, 2004 11:50 AM > To: JMeter Users List > Subject: RE: Reques

RE: Request data tab in 'View in Tree' listener is empty forredirect http requests

2004-09-28 Thread Senthil Subbiah
Connection - Keep Alive Is the response data shows up the response text...if so..i m getting that empty... Please suggest... -Mike On Tue, 2004-09-28 at 14:32, Senthil Subbiah wrote: > To add more. > The server class runs a db query and returns a vector to the > controller...which

RE: Request data tab in 'View in Tree' listener is empty for redirect http requests

2004-09-28 Thread Senthil Subbiah
communication between the controller and JSP happens through mapping.properties... Please suggest me Thanks senthil -Original Message- From: Senthil Subbiah Sent: Tuesday, September 28, 2004 11:27 AM To: JMeter Users List; sebb Subject: RE: Request data tab in 'View in Tree' l

RE: Request data tab in 'View in Tree' listener is empty for redirect http requests

2004-09-28 Thread Senthil Subbiah
, 2004 5:27 AM To: JMeter Users List Subject: Re: Request data tab in 'View in Tree' listener is empty for redirect http requests On Mon, 27 Sep 2004 15:51:40 -0700, Senthil Subbiah <[EMAIL PROTECTED]> wrote: > Hi all, > > The response corresponding to a redirect request is

Request data tab in 'View in Tree' listener is empty for redirect http requests

2004-09-27 Thread Senthil Subbiah
Hi all, The response corresponding to a redirect request is empty. Is this correct? If notwhy is this coming out to be empty? What can I do for this? >From the response of this redirect I need to match one expression and should be given as request for the next. Can you please tell me...how to