Re: Concurrent Samplers in JMeter

2008-02-20 Thread sebb
On 20/02/2008, nncs2206 [EMAIL PROTECTED] wrote: Hi Roy Geezenslaw, Thanks for your inputs. Let me clear out my requirements. 1. I'll have a launch and login page (for which 2-3 requests get recorded) and they all can go sequentially. 2. Once after logging in i'll have to click a tab

Response Assertion problems

2008-02-20 Thread Raúl Lorenzo
Hi, I am probing a test case with a WebService(SOAP) Request, the problem is that assertion fails when I think that it should ends successfully. The configuration of assertion is: Response Field To Test: Test Response Pattern Matching Rule: Contains Patterns to Test:

Re: Response Assertion problems

2008-02-20 Thread Raúl Lorenzo
Ok, this makes sense, but how can I escape the response data? Is there any other manner for comparing data strictly without needing escaping it? This piece of code is formated in BASE64 sebb escribió: On 20/02/2008, Raúl Lorenzo [EMAIL PROTECTED] wrote: Hi, I am probing a test case with

Re: Response Assertion problems

2008-02-20 Thread sebb
On 20/02/2008, Raúl Lorenzo [EMAIL PROTECTED] wrote: Ok, this makes sense, but how can I escape the response data? Just edit the file. Or you could use Javascript or Jexl functions to do a global replace on the string before using it. The latter is more versatile, but of course has to be done

Re: Response Assertion problems

2008-02-20 Thread sebb
On 20/02/2008, Raúl Lorenzo [EMAIL PROTECTED] wrote: Hi, I am probing a test case with a WebService(SOAP) Request, the problem is that assertion fails when I think that it should ends successfully. The configuration of assertion is: Response Field To Test: Test Response Pattern

Re: Response Assertion problems (WORKAROUND-SOLVED)

2008-02-20 Thread Raúl Lorenzo
sebb escribió: On 20/02/2008, Raúl Lorenzo [EMAIL PROTECTED] wrote: Ok, this makes sense, but how can I escape the response data? Just edit the file. of course, but this is not the way :D Or you could use Javascript or Jexl functions to do a global replace on the string before

Re: error when trying to use TNSNAMES entry in JMeter database connect string

2008-02-20 Thread sebb
On 20/02/2008, Simon Payne [EMAIL PROTECTED] wrote: Hi, I am using JMeter v. 2.3 to run some load tests on an Oracle 10g2 database. However, JMeter is unable to connect using a TNSNAMES.ORA entry. JMeter _can_ connect with this EZConnect string: jdbc:oracle:thin:@localhost/ORCL

Re: Send HTTP requests from different IPs

2008-02-20 Thread pfrancav
Hi, I made some changes in HTTPSampler2.java, but when I run my test plan, never stop in breakpoint, seems like this class is not used, instead HTTPSampler.java stop in all breakpoints. Do you know what's the differences between both ? Thanks sebb-2-2 wrote: On 01/02/2008, [EMAIL

regular expression extractor HELP

2008-02-20 Thread Fulvio Guglielmelli
HI, i need an help on the regular expressio extractor i have a http request, with HTML responseData similar like this skl'].value='AA';document.return false; .. skl'].value=BB;document.return false; i have a user

Re: regular expression extractor HELP

2008-02-20 Thread sebb
On 20/02/2008, Fulvio Guglielmelli [EMAIL PROTECTED] wrote: HI, i need an help on the regular expressio extractor i have a http request, with HTML responseData similar like this skl'].value='AA';document.return false; ..

Re: regular expression extractor HELP

2008-02-20 Thread sebb
On 20/02/2008, Fulvio Guglielmelli [EMAIL PROTECTED] wrote: thank the problem is the the HTML returned from server in responde is dynamic, so i cannot put into the RegularExpression field. Which other part is dynamic? I thought I already allowed for that. is possible use * or

Re: regular expression extractor HELP

2008-02-20 Thread Fulvio Guglielmelli
thank the problem is the the HTML returned from server in responde is dynamic, so i cannot put into the RegularExpression field. is possible use * or samethink like that? fulvio sebb [EMAIL PROTECTED] ha scritto: On 20/02/2008, Fulvio Guglielmelli wrote: HI, i need an

Re: regular expression extractor HELP

2008-02-20 Thread sebb
On 20/02/2008, Fulvio Guglielmelli [EMAIL PROTECTED] wrote: It's a table builded by the server after a SQL query is last column So you just need to extract the 11 and store it in the userParameter variable. I assumed this is what you were already doing, as you said: if

User and Password Variable Problem

2008-02-20 Thread jwankerl
I am having a problem using a CSV Data Set for login information. When I substitute ${USER} and ${PASS} for the values of Login_ID and Password, the request to the server includes the variable names instead of the value from the data file. A sample of the request follows below. I am using

Re: User and Password Variable Problem

2008-02-20 Thread sebb
On 20/02/2008, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am having a problem using a CSV Data Set for login information. When I substitute ${USER} and ${PASS} for the values of Login_ID and Password, the request to the server includes the variable names instead of the value from the

Re: Response Assertion problems (WORKAROUND-SOLVED)

2008-02-20 Thread sebb
On 20/02/2008, Raúl Lorenzo [EMAIL PROTECTED] wrote: sebb escribió: On 20/02/2008, Raúl Lorenzo [EMAIL PROTECTED] wrote: Ok, this makes sense, but how can I escape the response data? Just edit the file. of course, but this is not the way :D That may depend on the test

regular expression in JMeter

2008-02-20 Thread weili3
Hi, I come to a problem while using JMeter to test our web application. JMeter supports GET/POST method to send parameters with the request, and the parameters are key-value pairs. E.g., in the login page, we have to set username and password. In our application, field name for

答复: regular expression in JMeter

2008-02-20 Thread weili3
Thanks for your reply. Can you tell me some more details? The scenario is: I need to specify the filed name for request parameter(screenshot in the attachment). The random field name generated by server may be _password for the first time, and be _password for the second time. Whatever,

Re: regular expression in JMeter

2008-02-20 Thread mahesh kumar
Yes...Jmeter support regular expressions.we need to capture the specific random from the response of the previous request. for this use regular expression extractor... On Thu, Feb 21, 2008 at 10:36 AM, weili3 [EMAIL PROTECTED] wrote: Hi, I come to a problem while using JMeter to test

Re: regular expression extractor HELP

2008-02-20 Thread Fulvio Guglielmelli
May be i'm not so clear, or are my UserParameter When in Jmeter console I configure UserParameter in = i would like the extractor return 'AA' When i configure UserParameter= iwould like the extractor return BB

Re: regular expression extractor HELP

2008-02-20 Thread Fulvio Guglielmelli
May be i'm not so clear, or are my UserParameter When in Jmeter console I configure UserParameter in = i would like the extractor return 'AA' When i configure UserParameter= iwould like the extractor return BB