Re: Need help : I have added cookie manager, but still the Session id for each request is different.

2012-08-23 Thread sharmila Renganathan
Request1 data: POST https://test-wmos1.test.liquidation.com:11001/ucl/login/jsp/securityRedirect.jsp POST data: selectedLocaleId=null&j_username=hmamidipelli&j_password=20%23Redfish Cookie Data: $Version=0; scope_deploymentID=29-Jul-2012; $Path=/; $Domain=. test.liquidation.com Request Headers:

Re: WE NEED YOUR HELP TO SOLVE A POTENTIAL BUG WITH JAPANESE

2012-08-23 Thread Woonsan Ko
I don't understand Japanese, but it might be useful to see the following: - http://graphemica.com/婷 - http://www.fileformat.info/info/unicode/char/5a77/index.htm It's a Han word and can be used in CJK languages as the same meaning but different pronunciation. I think Japanese or Korean people m

Re: WE NEED YOUR HELP TO SOLVE A POTENTIAL BUG WITH JAPANESE

2012-08-23 Thread 李辰
Pretty sure that is a Chinese word. So the problem might be caused by it tries to decode a Chinese character with Japanese decoding system or something like that. Sent from my iPhone 在 Aug 23, 2012,18:17,"Philippe Mouawad" 写道: > Hello, > Possible , sorry I don't know. > Issue was originally

RE: WE NEED YOUR HELP TO SOLVE A POTENTIAL BUG WITH JAPANESE

2012-08-23 Thread Anthony Johnson
Wife confirmed that it isn't japanese. From: 李辰 Sent: 8/23/2012 6:03 PM To: JMeter Users List Subject: Re: WE NEED YOUR HELP TO SOLVE A POTENTIAL BUG WITH JAPANESE Isn't this a Chinese Han word? Sent from my iPhone 在 Aug 23, 2012,17:14,"Philippe Mouawad" 写道: > Hello Anthony, > First thank you

Re: WE NEED YOUR HELP TO SOLVE A POTENTIAL BUG WITH JAPANESE

2012-08-23 Thread Philippe Mouawad
Hello, Possible , sorry I don't know. Issue was originally submitted with this character then a japanese user said he was also facing issue, so I supposes it was a japenese one. Google translation accepted character as japanese but I am absolutely not sure it is. ( hope I didn't hurt anybody). Re

Re: WE NEED YOUR HELP TO SOLVE A POTENTIAL BUG WITH JAPANESE

2012-08-23 Thread 李辰
Isn't this a Chinese Han word? Sent from my iPhone 在 Aug 23, 2012,17:14,"Philippe Mouawad" 写道: > Hello Anthony, > First thank you very much for your tests. > > Regarding character, can you test with 婷 (\u5A77) , TING in english from > google translation. > > Thank you > Regards > Philippe

Re: WE NEED YOUR HELP TO SOLVE A POTENTIAL BUG WITH JAPANESE

2012-08-23 Thread Philippe Mouawad
Hello Anthony, First thank you very much for your tests. Regarding character, can you test with 婷 (\u5A77) , TING in english from google translation. Thank you Regards Philippe On Thu, Aug 23, 2012 at 4:31 AM, Anthony Johnson wrote: > Hey Guys, > Not able to reproduce this, but I am on a M

Re: Need help : I have added cookie manager, but still the Session id for each request is different.

2012-08-23 Thread Deepak Shetty
are you accessing the site with the same dns name as you are getting in the set cookie header? For e.g. the set-cookie might be saying domain= www.yoursite.com and you might have given the IP address in the script. If not add a view results tree listener and see the request / response for a couple

Need help : I have added cookie manager, but still the Session id for each request is different.

2012-08-23 Thread sharmila Renganathan
Hi, I have some 5 request in my testplan. I have added a Http cookie manager at the beginning. But when i observe in the 'View results tree' listener, the jsession id is different for all the request. All my request are https.(Will that be the problem?) Can some one get a solution for this. I dono

Re: Need help: My request is failing with 'Request Timeout' but for the same request i get the right response in Webload.

2012-08-23 Thread sharmila Renganathan
Its a post request. I mean to say i pass the same parameter for both jmeter and the webload. Whats that non-SSL interface . how to verify it in jmeter? What are the other tricks that you are talking about? Regards, Sharmila R On Thu, Aug 23, 2012 at 1:10 PM, Anthony Johnson wrote: > On Thu, Aug

Re: Need help: My request is failing with 'Request Timeout' but for the same request i get the right response in Webload.

2012-08-23 Thread Anthony Johnson
On Thu, Aug 23, 2012 at 12:51 PM, sharmila Renganathan wrote: > I could'nt find any difference between the jmeter and webload. Look harder because something is different... > Both are sending the same value. Sending? Is this an HTTP Post? or a simple GET? > All my requests are https request.

Re: Need help: My request is failing with 'Request Timeout' but for the same request i get the right response in Webload.

2012-08-23 Thread sharmila Renganathan
I could'nt find any difference between the jmeter and webload. Both are sending the same value. All my requests are https request. Will that cause any problem? Regards, Sharmila R On Thu, Aug 23, 2012 at 12:16 PM, sebb wrote: > On 23 August 2012 16:38, sharmila Renganathan > wrote: > > Hi , >

Re: Need help: My request is failing with 'Request Timeout' but for the same request i get the right response in Webload.

2012-08-23 Thread Anthony Johnson
To further Sebb's response... If you don't see any differences in the tool then you can use wireshark and packet capture. A right-click option in that tool to "Follow TCP Stream" will show you the http request and response once you have it captured. I'm sure other people have different tricks as

Re: Need help: Very urgent : When a variable is send to a request as input parameter, + is replaced with %2B, '/' is replaced as '%2F' and '=' as %3D

2012-08-23 Thread Shaba K
@Madhu, http://automationwithselenium.blogspot.co.uk/2012/02/regular-expression-extractor-testing.html have a look at this blog Hope it helps you cheers, s On Thu, Aug 23, 2012 at 4:34 PM, sharmila Renganathan wrote: > Extracted value is the one got from regular expression extractor. > Say

Re: Need help: My request is failing with 'Request Timeout' but for the same request i get the right response in Webload.

2012-08-23 Thread sebb
On 23 August 2012 16:38, sharmila Renganathan wrote: > Hi , > > My http request is getting failed with the > > Response code: 408 > Response message: Request Timeout > > When i send the same request in Webload with the same values, am getting > the proper response. > I am using a value which is ex

Need help: My request is failing with 'Request Timeout' but for the same request i get the right response in Webload.

2012-08-23 Thread sharmila Renganathan
Hi , My http request is getting failed with the Response code: 408 Response message: Request Timeout When i send the same request in Webload with the same values, am getting the proper response. I am using a value which is extracted from the previous request's response using regular expression e

Re: Need help: Very urgent : When a variable is send to a request as input parameter, + is replaced with %2B, '/' is replaced as '%2F' and '=' as %3D

2012-08-23 Thread sharmila Renganathan
Extracted value is the one got from regular expression extractor. Say , i extract a value and store it in a variable say Var1. I use this variable in my next request as an input parameter ${var1}. There will be encode option for every input parameter. We need to uncheck the encode checkbox corresp

Re: Need help: Very urgent : When a variable is send to a request as input parameter, + is replaced with %2B, '/' is replaced as '%2F' and '=' as %3D

2012-08-23 Thread madhu sekhar
Sharmila, What is extrcted value here? On Thu, Aug 23, 2012 at 8:42 PM, sharmila Renganathan wrote: > Hey Niraj, > > Thnx a lot. Its working now !!! > > Regards, > Sharmila R > > On Thu, Aug 23, 2012 at 10:49 AM, Niraj wrote: > > > Second solution will be > > > > Reg will return: ${extarctedv

Re: Need help: Very urgent : When a variable is send to a request as input parameter, + is replaced with %2B, '/' is replaced as '%2F' and '=' as %3D

2012-08-23 Thread sharmila Renganathan
Hey Niraj, Thnx a lot. Its working now !!! Regards, Sharmila R On Thu, Aug 23, 2012 at 10:49 AM, Niraj wrote: > Second solution will be > > Reg will return: ${extarctedvalue} > > You'll have to Uncheck "Encode" column of the row where ${extarctedvalue} > is used > > - Niraj > > On Thu, Aug 23,

Re: Need help: Very urgent : When a variable is send to a request as input parameter, + is replaced with %2B, '/' is replaced as '%2F' and '=' as %3D

2012-08-23 Thread Niraj
Second solution will be Reg will return: ${extarctedvalue} You'll have to Uncheck "Encode" column of the row where ${extarctedvalue} is used - Niraj On Thu, Aug 23, 2012 at 8:10 PM, sharmila Renganathan wrote: > Hi, > > In a response data,i have a value 'net+work'.I am using regular expressio

Re: Need help regarding Unicode extraction while passing variable captured.

2012-08-23 Thread Niraj
Here is solution: Method Name : encodeURIComponent Implementation: ${__javaScript(myOutput=encodeURIComponent('${extractedvalue}');,myOutput)} Replace the Parameter value with the above code where we want to use the value. extractedvalue : Value which reg will gives you. Let me know if

Re: Need help regarding Unicode extraction while passing variable captured.

2012-08-23 Thread sharmila Renganathan
Hi, Even i am facing the same problem. In the response data,i have a value 'net+work'.I am using regular expression extractot and getting the value in the variable var1. When i use this variable in my next request, it is getting replaced as 'net%2Bwork' . When i analzed, %2B is the ascii value fo

Re: Need help regarding Unicode extraction while passing variable captured.

2012-08-23 Thread Adrian Speteanu
Hi, JMeter does not support it, but java has methods: http://stackoverflow.com/questions/2126378/java-convert-string-u-into-char (I didn't have time to get into details, but I'm sure you'll find the best way, the above is just an example) So, back to your problem, use a beanshell pre-process

Need help regarding Unicode extraction while passing variable captured.

2012-08-23 Thread Sambhav Rathore
Hi All, For testing purpose, we are required to capture a variable from server side, which we are capturing using Post Processor Regular Expression Extractor. It is in the format abcde123838fgh*z5bB7Wg. The part <*> is the Unicode for * sign. I need to convert this part of captured variable into

Re: Errors in JMeter Test Plan execution

2012-08-23 Thread Flavio Cysne
Divya, errors should be acceptable since your non-functional requirements says so. I work with a performance testing team and although, personally, I target 100% success rate, application's non-functional requirements is the primary goal. HTTP 500 Internal Error is a server/application er

Re: Is it possible to restrict the CSV Data config element to a specific Sampler or even Logic Controller?

2012-08-23 Thread Jean FX
Yes! If I nest an if controller inside the while controller with the same condition and put all the samplers to run repeatedly on the CSV Data file as children of the if controller, it works perfectly. Thanks a lot Deepak! Kind Regards, Jean On Wed, Aug 22, 2012 at 4:43 PM, Deepak Shetty wrote:

Re: How to login to internal network through jmeter

2012-08-23 Thread Niraj
Sorry Ravinda. I really don't have any idea about why it's taking time when you run first time. Anyways but that additional time not going to reflect in your Jmeter results. Off-course someone for Jmeter folks can help us to get the answer. On Thu, Aug 23, 2012 at 1:31 PM, Samaraweera, Ravinda <

RE: How to login to internal network through jmeter

2012-08-23 Thread Samaraweera, Ravinda
Hi NIRAJ hope you would help me again... Pls compare below logs log1 with log2, log one took 3 to 4 minutes but log 1 runs quickly, see the log 1st line Pls help LOG 2 2012/08/23 14:05:12 INFO - jmeter.engine.StandardJMeterEngine: Running the test! 2012/08/23 14:05:12 INFO - jmet

RE: How to login to internal network through jmeter

2012-08-23 Thread Samaraweera, Ravinda
SEE THE JMETER LOG, does this log says anything about that? 2012/08/23 13:26:52 INFO - jmeter.engine.StandardJMeterEngine: Listeners will be started after enabling running version 2012/08/23 13:26:52 INFO - jmeter.engine.StandardJMeterEngine: To revert to the earlier behaviour, define jmeteren

RE: How to login to internal network through jmeter

2012-08-23 Thread Samaraweera, Ravinda
Im using jmeter 2.7, you are right it seems jmeter is processing... how can I see it? What it process? Why ? -Original Message- From: Niraj [mailto:niraj.khatm...@gmail.com] Sent: Thursday, August 23, 2012 12:25 PM To: JMeter Users List Subject: Re: How to login to internal network throug