RE: Jmeter jtl from TXT to XML

2008-02-14 Thread Kapil Khanna
The other way is to Integrate the Jmeter with the ANT which is provided with 2.3.1 in extras folder with little work and when you run the Jmeter script using ant, it will generate HTML report for you using the jtl file. Thanks! kapil From: [EMAIL PROTECTED]

Re: JMeter HTTP connection time out ????

2008-02-14 Thread sebb
It would help if you could provide the exact error message you are seeing. Connection timeout is probably caused by the server. On 12/02/2008, shimo [EMAIL PROTECTED] wrote: Helllo. I have just started using JMeter 2 days ago. Dont know too much about it . Well here is what i am trying

Re: Help with String Replace

2008-02-14 Thread sebb
Perhaps you can use an XPath function to do the replace during the extraction? Alternatively, there are several functions that could be used: Javascript, Jexl, BeanShell. On 13/02/2008, Shankar Srinivasan [EMAIL PROTECTED] wrote: Hi, I'm trying out JMeter to load test our application. We

Loosing variables in JMeter

2008-02-14 Thread Sebastian Straus
Hello JMeter Users i've got a constant problem with my variables: During a test they sometimes get lost at a certain place. For example, I've got 10 HTTP Request, the variables have still values up to the 8th HTTP Request and the get lost. Can somebody tell me how I can adjust JMeter not to

Re: How to run SQL log against database?

2008-02-14 Thread Jeff Baird
Turns out my main problem was with the CSV dataset. Must have a delimiter specified and each row of input file must have a delimiter at end of line. My SQL file had one statement per line but no delimiter at end of line so kept getting heap OutOfMemoryError errors. New question: How do I

Re: Loosing variables in JMeter

2008-02-14 Thread sebb
On 14/02/2008, Sebastian Straus [EMAIL PROTECTED] wrote: Hello JMeter Users i've got a constant problem with my variables: During a test they sometimes get lost at a certain place. For example, I've got 10 HTTP Request, the variables have still values up to the 8th HTTP Request and the

Re: How to run SQL log against database?

2008-02-14 Thread sebb
On 14/02/2008, Jeff Baird [EMAIL PROTECTED] wrote: Turns out my main problem was with the CSV dataset. Must have a delimiter specified and each row of input file must have a delimiter at end of line. My SQL file had one statement per line but no delimiter at end of line so kept getting

Re: Odd behaviour in XPath Extractor

2008-02-14 Thread sebb
On 31/01/2008, Ronan Klyne [EMAIL PROTECTED] wrote: sebb wrote: On 31/01/2008, Ronan Klyne [EMAIL PROTECTED] wrote: Hello all, I'm having a little trouble with the XPath Extractor. The problem presents itself whenspecified element is not present in the page. Instead of the

Documenting a JMeter Test Plan

2008-02-14 Thread kindsol
Hey now, I am fairly new to JMeter and my boss requested that I document the actual test steps being performed by our JMeter TestPlan. Instead of transcribing the steps performed and then having them change next release, I was wondering if anyone has written a script to parse .jmx

Re: Documenting a JMeter Test Plan

2008-02-14 Thread David Brown
Try JasperReports: http://www.jasperforge.org/jaspersoft/opensource/business_intelligence/jasperreports/ HTH kindsol wrote .. Hey now, I am fairly new to JMeter and my boss requested that I document the actual test steps being performed by our JMeter TestPlan. Instead of transcribing