RE: Need help on Regular Expression

2006-01-24 Thread Sivakumar V. ECS-Chennai
Hi,

What is the value you are getting for the variabel token.

Also, put $2$ instead of $1$. I faced a similar problem and the $2$ only
gets the first inside group. Try this and let me know the results.. 

Regards,
Siva

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 25, 2006 12:50 PM
To: jmeter-user@jakarta.apache.org
Subject: AW: Need help on Regular Expression

Hi,

How can I transport a struts-token from the first to the second request.
I tried to use Regular Expression but it doesn´t work.

Thats the result from the first Request:




This what I do:

Regular Expression Extractor
Name: token
Expression:()
Template : $1$
Match No. 1

HTTP Request:
Send parameters with request:
org.apache.struts.taglib.html.TOKEN : ${token}

What is the mistake ?

Regards Torsten


-Ursprüngliche Nachricht-
Von: Sivakumar V. ECS-Chennai [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 25. Januar 2006 07:18
An: 'JMeter Users List'
Betreff: RE: Need help on Regular Expression


Use the regular expression (value="()">) 
And use $1$ as the template. Which will fetch the inner group ()

Regards,
Siva


-Original Message-
From: Rupendra Butola [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 25, 2006 11:32 AM
To: JMeter Users List
Subject: Need help on Regular Expression

 
Hi All,

Need some help on regular expression.

This is the output I receive in one of steps in my URL and I want to use
"3911" in rest of my url.



Can you also please provide me the steps to be executed in jmeter to
achieve
this.

Any help on this will be appreciated.

Regards,
Rupendrasingh





Disclaimer: 

This message and any attachment(s) contained here are information that is 
confidential, proprietary to HCL Technologies and its customers, privileged or 
otherwise protected by law. The information is solely intended for the 
individual or the entity it is addressed to. If you are not the intended 
recipient of this message, you are not authorized to read, forward, print, 
retain, copy or disseminate this message or any part of it. If you have 
received this e-mail in error, please notify the sender immediately by return 
e-mail and delete it from your computer.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



AW: Need help on Regular Expression

2006-01-24 Thread Torsten . Frehe
Hi,

How can I transport a struts-token from the first to the second request.
I tried to use Regular Expression but it doesn´t work.

Thats the result from the first Request:




This what I do:

Regular Expression Extractor
Name: token
Expression:()
Template : $1$
Match No. 1

HTTP Request:
Send parameters with request:
org.apache.struts.taglib.html.TOKEN : ${token}

What is the mistake ?

Regards Torsten


-Ursprüngliche Nachricht-
Von: Sivakumar V. ECS-Chennai [mailto:[EMAIL PROTECTED] 
Gesendet: Mittwoch, 25. Januar 2006 07:18
An: 'JMeter Users List'
Betreff: RE: Need help on Regular Expression


Use the regular expression (value="()">) 
And use $1$ as the template. Which will fetch the inner group ()

Regards,
Siva


-Original Message-
From: Rupendra Butola [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 25, 2006 11:32 AM
To: JMeter Users List
Subject: Need help on Regular Expression

 
Hi All,

Need some help on regular expression.

This is the output I receive in one of steps in my URL and I want to use
"3911" in rest of my url.



Can you also please provide me the steps to be executed in jmeter to achieve
this.

Any help on this will be appreciated.

Regards,
Rupendrasingh

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Disclaimer: 

This message and any attachment(s) contained here are information that is
confidential, proprietary to HCL Technologies and its customers, privileged
or otherwise protected by law. The information is solely intended for the
individual or the entity it is addressed to. If you are not the intended
recipient of this message, you are not authorized to read, forward, print,
retain, copy or disseminate this message or any part of it. If you have
received this e-mail in error, please notify the sender immediately by
return e-mail and delete it from your computer.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


**
Bitte nutzen Sie die E-Mail-Verbindung mit uns ausschliesslich zum 
Informationsaustausch. Wir koennen auf diesem Wege keine 
rechtsgeschaeftlichen Erklaerungen (Auftraege etc.) entgegennehmen.
Der Inhalt dieser Nachricht ist vertraulich und nur fuer den angegebenen 
Empfaenger bestimmt. Jede Form der Kenntnisnahme oder Weitergabe
durch Dritte ist unzulaessig. Sollte diese Nachricht nicht fur Sie bestimmt
sein, so bitten wir Sie, sich mit uns per E-Mail oder telefonisch in 
Verbindung zu setzen.

Please use your E-mail connection with us exclusively for the exchange 
of information. We do not accept legally binding declarations (orders, 
etc.) by this means of communication. The contents of this message is 
confidential and intended only for the recipient indicated. Taking 
notice of this message or disclosure by third parties is not 
permitted. In the event that this message is not intended for you, 
please contact us via E-mail or phone.

**


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Multipart Data Handling

2006-01-24 Thread Tarun Khurana
Hi,

Can anybody tell me how Jmeter handles the multipart data.What is happening
in here that without a proxy server my Javascript which grabs the contents
of a screen is working fine.

But when I start using the proxy server, it does not work and gives me a
error where in the content is correct, but the place where I store the
properties file is incorrect(C:\Temp). Because of the properties file name
not being correct, I cannot goto the next page and thus cannot pass the
proxy server.

Can anybody help me, to resolve the multipart data handling of Jmeter

Regards
Tarun



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Need help on Regular Expression

2006-01-24 Thread Sivakumar V. ECS-Chennai
Use the regular expression (value="()">) 
And use $1$ as the template. Which will fetch the inner group ()

Regards,
Siva


-Original Message-
From: Rupendra Butola [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 25, 2006 11:32 AM
To: JMeter Users List
Subject: Need help on Regular Expression

 
Hi All,

Need some help on regular expression.

This is the output I receive in one of steps in my URL and I want to use
"3911" in rest of my url.



Can you also please provide me the steps to be executed in jmeter to
achieve this.

Any help on this will be appreciated.

Regards,
Rupendrasingh

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Disclaimer: 

This message and any attachment(s) contained here are information that is 
confidential, proprietary to HCL Technologies and its customers, privileged or 
otherwise protected by law. The information is solely intended for the 
individual or the entity it is addressed to. If you are not the intended 
recipient of this message, you are not authorized to read, forward, print, 
retain, copy or disseminate this message or any part of it. If you have 
received this e-mail in error, please notify the sender immediately by return 
e-mail and delete it from your computer.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Need help on Regular Expression

2006-01-24 Thread Rupendra Butola
 
Hi All,

Need some help on regular expression.

This is the output I receive in one of steps in my URL and I want to use
"3911" in rest of my url.



Can you also please provide me the steps to be executed in jmeter to
achieve this.

Any help on this will be appreciated.

Regards,
Rupendrasingh

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: cookie manager on 2.0.3 vs. 2.1.1

2006-01-24 Thread sebb
On 23/01/06, Stephanie Fuller <[EMAIL PROTECTED]> wrote:
> I have 2.0.3 test plan that logs into my web application and uses an HTTP
> Request to execute a jsp file to display an image in my application's file
> system.
> When I run that test plan under JMeter 2.1.1, I can't get any of the files
> to display or download.  In JMeter 2.0.3, the View Results Tree display
> lists several objects on the page (icons, etc...) and I can view them.  In
> JMeter 2.1.1, it acts as if the cookie manager isn't remembering that I have
> logged in because I can only see the login screen for my application.  I am
> using the exact same test script on both JMeters.
>
> I can understand that a 2.0.3 test script might not be fully compatible with
> 2.1.1, but I have also completely recreated a new test script for 2.1.1 that
> has all the same elements and settings.
>
> Thank you for any suggestions?

Are you saying that some elements of the 2.0.3 script are not present
when loaded in 2.1.1 ?  The scripts are supposed to be upwards
compatible.

Are there any error messages in jmeter.log?

Have you a test script you can share? It would be useful if you could
create a Bugzilla issue and attach the failing script.

There were some changes to cookie handling between 2.0.3 and 2.1.1, so
perhaps that is causing a problem.

If you add the property

log_level.jmeter.protocol.http.control=DEBUG

to jmeter.properties this should give some information on the cookie
handling (it's not all that easy to follow, unfortunately).

S.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]