RE: Problem in running Web Test Plan

2006-07-09 Thread Sen, Kakoli
Hi, I tried using "View Results Tree". The error is : java.net.ConnectException: Connection timed out: connect for HTTPRequest :GET http://jakarta.apache.org/ For connecting to internet sites, we have to go through a proxy server. Do I have to specify that in the HT

Re: Finding JUnit Test Plan

2006-07-09 Thread Amin Abbaspour
Hi Peter, Yet I found that problem occurs when using 'ZipFileSet' while packing via Ant's 'Jar' target. Including files with simple 'FileSet' seems to work well. Are you still sure that you don't wanna check your code to fix this? Amin --- Peter Lin <[EMAIL PROTECTED]> wrote: > ok, that makes

Re: Monitor Results - Thread Count

2006-07-09 Thread Andy Dawson
Peter Lin escribió: make sure you setup an account to view the tomcat's status servlet and add an Auth manager to the test plan. You can see if the request is successful by adding a View Result Tree peter On 7/4/06, Andy Dawson <[EMAIL PROTECTED]> wrote: Hi All, I´m experimenting with JMet

Re: Problem in running Web Test Plan

2006-07-09 Thread Chakraborty
Hi Kakoli, you can add "listners" to get the results. try to use "View Results Tree" to get the request and response messages in the JMeter window. Just go thru the usermanual for better understanding. Chinmoy "Sen, Kakoli" <[EMAIL PROTECTED]> 10-07-06 11:20 Please respond to "JMeter

Problem in running Web Test Plan

2006-07-09 Thread Sen, Kakoli
Hello everybody, I am a newcomer to JMeter. I am trying to run the TestPlan given in 'Building a Web Test Plan' section of UserManual. JMeter version used is 2.2 And I am getting the following output: 07/07/06 15:48:31|20779|Home Page|Non HTTP response code|Non HTTP response message|Jakarta USe

HTML Link Parser and Spider Example

2006-07-09 Thread Marc Anthony Winoto
Hi, I am trying to get the spider example working. Reading the manual and googling revealed I should do this: - HTTP Request (Page with links) - Simple Controller |- HTML Link Parser (Parse the previous request) |- HTTP Request (Go to each link fields are blank) - View Results Tree (To see what

Transaction Controller, and writer listener

2006-07-09 Thread THEVENIN, Gunther
Hello all, I have a question for you ( I hope that this question has not been asked before : I am looking everywhere on internet without finding any response) I want to measure transaction response times: the sum of the response time of some requests. With a transaction controller it works

Recalling regular expressions

2006-07-09 Thread Josh Feldman
Did something change regarding calling regular expressions in the new version of Jmeter, some of my old scripts are having issues recalling variables I use a regular expression to capture a name from a webpage I then want to use this name as a part of the path in my next request The refere