Re: (First time user), can we print out the result of the listener that we add to the Jmeter?

2004-10-20 Thread Peter Lin
you can open the results file with any JMeter listener and view the results. for example, the graph results, distribtion graph and spline graph peter On Thu, 21 Oct 2004 08:47:23 +0930, nlunebur <[EMAIL PROTECTED]> wrote: > hi avian, > > results are saved in a jtl file, which u can open with a

Re: (First time user), can we print out the result of the listener that we add to the Jmeter?

2004-10-20 Thread nlunebur
hi avian, results are saved in a jtl file, which u can open with any text editer (eg. notepad, etc). how you want to use that file is up to you, eg. u can use microsoft excel to format it in csv format to create graphs etc even if you wish. i'm not sure if there are opensource applications out th

(First time user), can we print out the result of the listener that we add to the Jmeter?

2004-10-20 Thread Liao, Avian
Hi, I am a first time user of Jmeter, and I save my test result of my test plan, however, I don't know how to retrieve the data, or print it out. Anyone has answer? Lihui - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Re: Can response assertions process time and date?

2004-10-20 Thread K.P. Thottam
Is there any junit integration -- Thanks K.P.Thottam Sun Certified Enterprise Architect Sent from my BlackBerry Wireless Handheld while on the road -Original Message- From: Ivan Rancati <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Sent: Wed Oct 20

Can response assertions process time and date?

2004-10-20 Thread Ivan Rancati
hello, I need to do some testing where access to a given Tomcat servlet is restricted on a time basis. The products look something like this product 1 - access permitted only on weekdays product 2 - access permitted only on weekends product x - access permitted only at nighttime (0-8 and 18-24) .

Re: problem with regular expression

2004-10-20 Thread Boris Raeschler
ok, if got it i have to write in template $1$ and in Match No. 1 know i have the correct value in my REQUEST thanks boris Boris Raeschler wrote: ok, i think my regular expression is now right, i use .*&hddukey=(\d+\([\d]\))&.* cause if not he would use my default value(noValue) in GET REQUEST

Re: problem with regular expression

2004-10-20 Thread Boris Raeschler
ok, i think my regular expression is now right, i use .*&hddukey=(\d+\([\d]\))&.* cause if not he would use my default value(noValue) in GET REQUEST BETA but unfortunaly the value is empty ok, i insert now a simple template value like A in the template field. and in REQUEST - BETA

RE: problem with regular expression

2004-10-20 Thread Vladimir Tsygankov
For the "hddukey" case you can try something like that: .*&hddukey=(\d+\([\d]\))&.* Vladimir > -Original Message- > From: Boris Raeschler [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 20, 2004 6:08 PM > To: Jmeter User Mailing List > Subject: problem with regular expression > >

Re: problem with regular expression

2004-10-20 Thread sebb
See http://wiki.apache.org/jakarta-jmeter/RegularExpressions. You need to tell the matcher which part of the pattern hddukey=[0-9]+\([0-9]\)& to return In your case you probably want hddukey=([0-9]+\([0-9]\))& BTW, [0-9] can be expressed as \d On Wed, 20 Oct 2004 16:08:25 +0200

problem with regular expression

2004-10-20 Thread Boris Raeschler
hello friends of jmeter, i am new with jmeter, which if you ask me is a some kind of a good software, but i have a problem to extraxt regular expressions from my response. one part of my test_plan looks like this: HTTP - REGUEST ALPHA(Post DATA) Regular Expression One (cild of beta