RE: MS InfoPath forms and JMeter

2009-01-27 Thread Oliver Erlewein [DATACOM]
Hi Sebb, 1) GHIJK is just a form variable that gets Posted 2) The cookie value ("true") is ignored. It has NO function at all. The data payload is in the cookie name. 3) How MS accesses these values is a secret to me. Some kind of JS. 4) I've tried regular expressions but they only seem to fil

Re: JTL result file not opening

2009-01-27 Thread uzfarid
Just to share this info. I used perl script given http://wiki.apache.org/jakarta-jmeter/LogAnalysis and opened that over 50MB jtl file. It opened fine and showed graphs very nicely. Br, Farid. sebb-2-2 wrote: > > On 26/01/2009, uzfarid wrote: >> >> >> >> Two questions: >> >> 1. How to s

RESTful API

2009-01-27 Thread Ray Trejo
Hi, Has anyone out there done any load testing with Jmeter and restful API? Thank you, Ray Trejo Rackspace Quality Assurance Engineer Direct: (210) 312 - 5326 Email: ray.tr...@rackspace.com Confidentiality Notice: This e-mail message (includ

Re: Urgent help needed:HTTP Authorization Manager is not working

2009-01-27 Thread uzfarid
Hi, I just tried with different user name, but again it is not logging it. I am wondering if Jmeter has some kind of requirements for userfield in HTTP Authorization Manager?? Because this user has underscore. so I put like this: DOMAIN\User_name_here or does it have some password requirement

JMeter & JWebUnit Integration - CSV Data Set

2009-01-27 Thread Fitzpatrick, Adrian
Hi, Just wondering if any has ever integrated JWebUnit scripts into JMeter, and if so have you any ideas on how we could use the CSV data set config element to update the data send by the Junit requests on each iteration? Thanks! Regards, Adrian This message has been

RE: How to put several emails in the Addressee(s) field of the Mail Visualizer listener?

2009-01-27 Thread ROBIN BRUNO
Yes I have and when I pushed the "Test Mail" button, jmeter returned "One or more invalid e-mail addresses detected / Illegal white space in address". Bruno -Original Message- From: da...@davidwbrown.name [mailto:da...@davidwbrown.name] Sent: Tuesday, January 27, 2009 1:27 PM To: JMeter

Re: How to put several emails in the Addressee(s) field of the Mail Visualizer listener?

2009-01-27 Thread david
Have you tried just a single space? ROBIN BRUNO wrote .. > Hi, > > The "(s)" in the name of the field makes me think I can put more than > one emails into this field but all the separators I've used fail. > > Best Regards, > Bruno > > ---

How to put several emails in the Addressee(s) field of the Mail Visualizer listener?

2009-01-27 Thread ROBIN BRUNO
Hi, The "(s)" in the name of the field makes me think I can put more than one emails into this field but all the separators I've used fail. Best Regards, Bruno - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.or

Re: JMeter assumes a 4XX response code is a failure

2009-01-27 Thread Noel O'Brien
I "Read the FM" but missed that bit ;) Thanks Sebb for pointing it out! Regards, Noel On Monday 26 January 2009 17:51:46 sebb wrote: > On 26/01/2009, Noel O'Brien wrote: > > Hi All, > > > > I'm using JMeter to do some negative testing on my webapp, but when I > > add a Response Assertion which

JMeter & importing csv file

2009-01-27 Thread themyriad
hello all, I am testing performance of my web application. In a csv file i kept 100 rows each containing user information, also created 100 threads that read from csv file. The problem is that sometimes two or more threads picks the same row, that i dont want. I want each thread to pick seperate r