Re: Regular Expression Extractor - one more question

2009-04-30 Thread jmeter-user
unfortunately not work : Now I set regular expression : http://www.nabble.com/file/p23311290/regular1.png Response from previous jdbc request is : http://www.nabble.com/file/p23311290/response.png and regular expression should be read value where column name = NAME in this response is

Re: Regular Expression Extractor - one more question

2009-04-30 Thread jmeter-user
Yes, in Response have spaces here is screen shot : http://www.nabble.com/file/p23313538/space.png - http://www.nabble.com/file/p23311290/request.png This means the variable was not set. Check that you don't have leading or trailing spaces in the RE. And try adding a

Re: Regular Expression Extractor - one more question

2009-04-30 Thread sebb
I'll try once more. Please try adding a Debug Sampler. Also check that the Reference Name in the RE (Regular Expression Post Processor) does not have any leading or trailing spaces. On 30/04/2009, jmeter-user michal...@o2.pl wrote: Yes, in Response have spaces ( I need read value form

Cookie Manager

2009-04-30 Thread Prakash, Ranjitha
Hi All, I am trying to do load test for a web page. I have enabled the cookie manager and all other required setup properly. But Still while doing the load test, I am getting the following error message You must have cookies enabled in order to sign in to your application. Return

Re: Regular Expression Extractor - one more question

2009-04-30 Thread jmeter-user
ok IN Reference Name does not have any leading or trailing spaces : this copy 1:1 from RE PP_NAME ^(\d+)\s+(\S+) $2$ 1 here screen shot from debug sampler (lack PP_NAME ) : http://www.nabble.com/file/p23314117/debug1.png When I set in RE -- Default Value , here is screen shot :

Re: Regular Expression Extractor - one more question

2009-04-30 Thread sebb
On 30/04/2009, jmeter-user michal...@o2.pl wrote: ok IN Reference Name does not have any leading or trailing spaces : this copy 1:1 from RE PP_NAME ^(\d+)\s+(\S+) $2$ 1 here screen shot from debug sampler (lack PP_NAME ) : http://www.nabble.com/file/p23314117/debug1.png

Re: Regular Expression Extractor - one more question

2009-04-30 Thread sebb
On 30/04/2009, jmeter-user michal...@o2.pl wrote: unfortunately not work : Now I set regular expression : http://www.nabble.com/file/p23311290/regular1.png OK. Response from previous jdbc request is : http://www.nabble.com/file/p23311290/response.png No such file. and regular

Re: Regular Expression Extractor - one more question

2009-04-30 Thread jmeter-user
its WORK !!! :))) thank you very much ! :) sebb-2-2 wrote: On 30/04/2009, jmeter-user michal...@o2.pl wrote: ok IN Reference Name does not have any leading or trailing spaces : this copy 1:1 from RE PP_NAME ^(\d+)\s+(\S+) $2$ 1 here screen shot from debug sampler (lack

Re: Testing Thread Safety of a PHP web-app with JMeter

2009-04-30 Thread sebb
On 29/04/2009, leeand00 leean...@gmail.com wrote: I'm rather new to working with multiple threads in a database (most of my career has been spent on the frontend). But today I tried testing out a simple app I wrote to store values in a database using php/mysql and ISAM tables with

Re: Cookie Manager

2009-04-30 Thread sebb
What about the Requests? And how do these differ from the requests made by a browser? On 30/04/2009, Prakash, Ranjitha ranjitha.prak...@aig.com wrote: These are the recorded script response headers in JMeter. But when we run the script Response Headers doesn't have the PS_TOKEN, PS_LOGIN

RE: Cookie Manager

2009-04-30 Thread Prakash, Ranjitha
Given below is the request header Request Headers: Connection: keep-alive Host: 10.46.188.36:8080 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.1) Accept-Language: en-us Referer: http://10.46.188.36:8080/psp/HR880TST/?cmd=login Accept: image/gif, image/x-xbitmap,

RE: Cookie Manager

2009-04-30 Thread Prakash, Ranjitha
These are the recorded script response headers in JMeter. But when we run the script Response Headers doesn't have the PS_TOKEN, PS_LOGIN etc. Note that we have also ncluded Cookie Manager. Response headers: HTTP/1.1 200 OK Date: Thu, 30 Apr 2009 11:25:04 GMT Server: WebLogic WebLogic

RE: Cookie Manager

2009-04-30 Thread Prakash, Ranjitha
The recorded request header is the same as the browser request header. Thanks and Regards, Ranjitha Prakash Mob: 9884383831 Off: 66152735 It is easy to sit up and take notice. What is difficult is getting up and taking action -Original Message- From: Prakash, Ranjitha

RE: Cookie Manager

2009-04-30 Thread Kannan, Sengamalam
Sebb I also work with Ranjitha in solving the below issue. Let me try to explain you clearly what issue we are facing. When we record scenario using JMeter, the jmeter request and response headers are same as the browser's. But when we run the script, headers doent have the PS_TOKEN and

Re: Cookie Manager

2009-04-30 Thread Himanshu Ghai
Look at the requests which set the cookie in response headers. If you have automatic redirects, i am not sure but i faintly remember you might need to redirect yourself to set cookies in jmeter. First step is to find the requests which set the cookies ps-token andps_login..in browser response