FW: xml response asserion

2008-05-12 Thread Ori Marco
Anyone? Ori Marko Quality Assurance Engineer Praxell Inc. Mobile: 0524-455-177 Office:03-6126060 Ext 612 Fax: 03-6126066 http://www.praxell.com -Original Message- From: Ori Marco [mailto:[EMAIL PROTECTED] Sent: Sunday, May 04, 2008 12:09 PM To: JMeter Users List Subject: RE: xml

Re: counter reset for any loop Controller and CSV Content

2008-05-12 Thread Fulvio Guglielmelli
could any one help me? fulvio Fulvio Guglielmelli [EMAIL PROTECTED] ha scritto:Hi i have this situation: i need the Counter must be reset for any loop Controller when exit from while and read a new line.. Loop Controller + CSV Content (any line has different total) +

Re: counter reset for any loop Controller and CSV Content

2008-05-12 Thread sebb
Are you trying to ensure that the counter always starts from 1 each time the While block is entered? If so, then that is not possible using the Counter Pre-Processor. You'll need to use a variable and do the counting using the __intSum (or __longSum) function. On 12/05/2008, Fulvio

RE: FW: xml response asserion

2008-05-12 Thread Ori Marco
Hi How can I check xml returned from HTTP request using regular expression or other? Regular expression failed to find full xml template, but succeeded In finding each row separately. Example I need to check that the xml that return is ?xml version=1.0? a b(\d+)/b /a Thanks Ori Marko

Re: FW: xml response asserion

2008-05-12 Thread sebb
It's not clear to me what you are asking. What did you try? What did you expect to happen? What actually happened? Any error messages (log file, console window)? On 12/05/2008, Ori Marco [EMAIL PROTECTED] wrote: Anyone? Ori Marko Quality Assurance Engineer Praxell Inc. Mobile:

Re: FW: xml response asserion

2008-05-12 Thread sebb
On 12/05/2008, Ori Marco [EMAIL PROTECTED] wrote: Hi How can I check xml returned from HTTP request using regular expression or other? Yes, you can use Response Assertion and/or XML Assertion. Regular expression failed to find full xml template, but succeeded In finding each row

How we can meassure the response time for saving a file from a web site to local system

2008-05-12 Thread Arunthomas
By using Jmeter, How we can meassure the response time for saving a file (Word, Excel etc.) from a web site to local system? -- View this message in context: http://www.nabble.com/How-we-can-meassure-the-response-time-for-saving-a-file-from-a-web-site-to-local-system-tp17186316p17186316.html

Re: How we can meassure the response time for saving a file from a web site to local system

2008-05-12 Thread sebb
Try: Transaction Controller + HTTP Sampler + + Save Responses to a file On 12/05/2008, Arunthomas [EMAIL PROTECTED] wrote: By using Jmeter, How we can meassure the response time for saving a file (Word, Excel etc.) from a web site to local system? -- View this message in context:

Re: How to specify single line qualifier (?s) with a response assertion pattern?

2008-05-12 Thread Michael Giroux
The referenced doc indicates that the These can be used anywhere within the expression, e.g. (?i)apple(?-i) Pie - matches ApPLe Pie, but not ApPLe pIe If I place the (?s) at end of pattern I get the failure shown below. Assertion failure message : Bad test configuration

Bugs with include controller and multiple threadgroups?

2008-05-12 Thread Steve Kapinos
I have 4 test plans that all work independantly. PTP, MPS, VCS, and Monitoring I have a combinedtest plan which basically is Testplan + threadgroupMPS + + include controller + threadgroupPTP + + include controller + threadgroupVCS + + include controller View results tree listener Where it

Re: Bugs with include controller and multiple threadgroups?

2008-05-12 Thread sebb
Probably best to raise a Bugzilla issue for this. Unfortunately it does not look like it will be easy to solve. On 12/05/2008, Steve Kapinos [EMAIL PROTECTED] wrote: I have 4 test plans that all work independantly. PTP, MPS, VCS, and Monitoring I have a combinedtest plan which basically

RE: Bugs with include controller and multiple threadgroups?

2008-05-12 Thread Steve Kapinos
If instead of adding the monitoring thread as an include in a 4th threadgroup, I simply copy/paste the entire threadgroup from the testplan into the parent test plan as follows Testplan + threadgroupMPS + + include controller + threadgroupPTP + + include controller + threadgroupVCS + + include

Variable problems when using include controllers

2008-05-12 Thread Steve Kapinos
Parent test plan is setup as Testplan + threadgroupPTP + + include controller + threadgroupMPS + + include controller + threadgroupVCS + + include controller + threadgroupmonitor + (bunch of stuff) Each include controller inserts a free-standing testplan, that each work independantly and test

Re: Jmeter: Distributed Testing Issues

2008-05-12 Thread Michael McDonnell
The change of setting the eth0 IP to point to the HOSTNAME (and not the loop back) worked perfectly! Thanks for all your help! On Sat, May 10, 2008 at 6:44 PM, sebb [EMAIL PROTECTED] wrote: On 11/05/2008, Michael McDonnell [EMAIL PROTECTED] wrote: So I should have an entry in my /etc/hosts