Re: counter reset for any loop Controller and CSV Content

2008-05-13 Thread Fulvio Guglielmelli
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 Guglielmelli wrote: could any one help me

Re: counter reset for any loop Controller and CSV Content

2008-05-13 Thread Fulvio Guglielmelli
could you please tell me which is the property NAME of the test element ? i would like try to manage by beanshell. fulvio sebb [EMAIL PROTECTED] ha scritto: On 13/05/2008, Fulvio Guglielmelli wrote: there is not the possibilities to set the counter value or counter maximum dynamicly

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

while condition doesn't work

2008-05-09 Thread Fulvio Guglielmelli
Hi i need to use while Condition verifing if var1var2 i tryed to use: ${__javaScript(${var1}${var2})} i tryed to set a variable (superato ) in a BeanShell Assertion and test: while condition ${superato} or ${__P(superato,)} String totale = vars.get(totale); String

counter reset for any loop Controller and CSV Content

2008-05-09 Thread Fulvio Guglielmelli
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) + While Condition (total) + Java Request + Counter

monitoring JBOSS server with user/password

2008-04-16 Thread Fulvio Guglielmelli
i woud like monitoring the JBOSS server remotly from my PC i know i can use monitor results with a HTTP Request adding parameter XML | TRUE. it's connect with TOMCAT STATUS. My problem is that my remote server have USER and PASSWORD Where can i set USER and PASSWORD value

stop a test execution into a javarequest class

2008-03-12 Thread Fulvio Guglielmelli
Hi, i implemeted a set of test using javarequest call. if during the runTest() or setupTest() i receive an exception and i want stop the test how can I do it? the sampleResult obj habve not a STOP method. thanks FULVIO - Inviato da Yahoo! Mail. Il

Regular Expressin Extractor problem with test

2008-02-22 Thread Fulvio Guglielmelli
Hi I'm tring to apply a match regex on this string the field text is Regular Expressin Extractor reference name = example regular expression = (the field text is) template = $1$ Match = 1 Default = NO Running Jmeter always return NO

BeanShell -- how set test successfull

2008-02-21 Thread Fulvio Guglielmelli
How is possible set the successfull (true or false) using beanshell? ctx. thanks Fulvio - - L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail

Re: BeanShell -- how set test successfull

2008-02-21 Thread Fulvio Guglielmelli
/component_reference.html#BeanShell_Sampler Read the para starting: When the script completes, control is returned to the Sampler, and it copies the contents of the following script variables into the corresponding variables in the SampleResult: On 21/02/2008, Fulvio Guglielmelli wrote: How is possible set

regular expression extractor HELP

2008-02-20 Thread Fulvio Guglielmelli
HI, i need an help on the regular expressio extractor i have a http request, with HTML responseData similar like this skl'].value='AA';document.return false; .. skl'].value=BB;document.return false; i have a user

Re: regular expression extractor HELP

2008-02-20 Thread Fulvio Guglielmelli
thank the problem is the the HTML returned from server in responde is dynamic, so i cannot put into the RegularExpression field. is possible use * or samethink like that? fulvio sebb [EMAIL PROTECTED] ha scritto: On 20/02/2008, Fulvio Guglielmelli wrote: HI, i need

Re: regular expression extractor HELP

2008-02-20 Thread Fulvio Guglielmelli
';document.return false; skl'].value=BB;document.return false; thanks sebb [EMAIL PROTECTED] ha scritto: On 20/02/2008, Fulvio Guglielmelli wrote: It's a table builded by the server after a SQL query is last column So you just need to extract

Re: regular expression extractor HELP

2008-02-20 Thread Fulvio Guglielmelli
';document.return false; skl'].value=BB;document.return false; thanks sebb [EMAIL PROTECTED] ha scritto: On 20/02/2008, Fulvio Guglielmelli wrote: It's a table builded by the server after a SQL query is last column So you just need to extract

Jmeter jtl from TXT to XML

2008-02-10 Thread Fulvio Guglielmelli
Hi i have runed more test but the JTL file generated are, for my mistake, in txt format and not XML, because i need to generete reports in HTML. I need to convert the output from txt to xml. do you kno if is possible? regards FULVIO -

calculating the time using java request results.sampleStart results.sampleEnd

2008-02-07 Thread Fulvio Guglielmelli
? thanks Fulvio Fulvio Guglielmelli Project Manager http://www.linkedin.com/in/fulvioguglielmelli Work: +39 011 3169430 Mobile: +39 335 5971678 Email: [EMAIL PROTECTED] Consoft Sistemi SPA Corso Traiano 85 TORINO, 10135 ITALY

Re: calculating the time using java request results.sampleStart results.sampleEnd

2008-02-07 Thread Fulvio Guglielmelli
scritto: On 07/02/2008, Fulvio Guglielmelli wrote: I have test with java request i user the following steps results.sampleStart(); t1 results.samplePause(); .. results.sampleResume(); t2 results.sampleEnd(); is possible have by java code the t1 and t2 time? It's not stored

jmeter with ant use the console properties!!!!

2008-02-01 Thread Fulvio Guglielmelli
Hi, I'm tring to use ant to run my test I usually run my test from jmeter console, this is the configuration Thread Group (n.threads=1, loop count = 100) Loop Controller Java Request (ThreadNum=${__threadNum}, repository=1) Now I need to run it with ant, I

Re: jmeter with ant use the console properties!!!!

2008-02-01 Thread Fulvio Guglielmelli
- jmeter.engine.util.ValueReplacer: Won't replace false sebb [EMAIL PROTECTED] ha scritto: On 01/02/2008, Fulvio Guglielmelli wrote: Hi, I'm tring to use ant to run my test I usually run my test from jmeter console, this is the configuration Thread Group (n.threads=1, loop count = 100

Re: jmeter with ant use the console properties!!!!

2008-02-01 Thread Fulvio Guglielmelli
scritto: What version of JMeter are you using? Works fine for me in 2.3.1. Where are you putting the function references? On 01/02/2008, Fulvio Guglielmelli wrote: i setted the 3 properties in JMX ${__P(request.threads)} ${__P(request.loop)} ${__P(request.repository)} but jmeter doest

create a TestSuite to run by ANT

2008-01-11 Thread Fulvio Guglielmelli
Hi, i have 20 javaRequest test case to be run Sequentially. I just create, for any test case 1 java class and 1 JMX project. i know the ANT solution to run test, but i need for a suite. I need to understand if anyone have implemented a suite to run many test and if is possible

XSL to JMETER

2007-11-16 Thread Fulvio Guglielmelli
Hi I'm trieng to user XSL to make report in HTML IS there anyone has a xsl with full informations example throughput min and max working thanks fulvio - - L'email della prossima generazione? Puoi

https, keystore and badboy

2007-11-06 Thread Fulvio Guglielmelli
ciao i have a web application that switch from http to https. I used badboy to create the scenario I imported in jmeter (2.3 jkd 1.5_06) without any problem. When i run it, at tehe step when there is the switch, i received an SSLException The certified is on the server

Re: https, keystore and badboy

2007-11-06 Thread Fulvio Guglielmelli
Inviato: Martedì 6 novembre 2007, 14:31:28 Oggetto: Re: https, keystore and badboy On 06/11/2007, Fulvio Guglielmelli [EMAIL PROTECTED] wrote: ciao i have a web application that switch from http to https. I used badboy to create the scenario I imported in jmeter (2.3 jkd 1.5_06) without any

csv count rows

2007-10-30 Thread Fulvio Guglielmelli
Hi, i need to set a counter from 1 to csv rows number. the csv is created by a test and the counter from another. how can i calculate the value? thanks FULVIO - - L'email della prossima generazione? Puoi

Re: Configure parameter with TestPlan Name

2007-10-25 Thread Fulvio Guglielmelli
Can abyone help me? FULVIO Fulvio Guglielmelli [EMAIL PROTECTED] ha scritto: Hi i have many javaRequest Class for many test cases and any test have more input file and output file. I created a folder structure one folder for each testPlan. .../testPlan1/Input .../testPlan1

Configure parameter with TestPlan Name

2007-10-24 Thread Fulvio Guglielmelli
Hi i have many javaRequest Class for many test cases and any test have more input file and output file. I created a folder structure one folder for each testPlan. .../testPlan1/Input .../testPlan1/Output .../testPlan2/Input .../testPlan2/Output ... I would like define a

Loop controller and parameter

2007-10-22 Thread Fulvio Guglielmelli
Hi i have n Thread each Thread has a Loop Controller call JAVA REQUEST I would like the JAVA REQUEST also receive as parameter the loop Counter. is it possible? Fulvio -

regular expression wit java request result

2007-10-16 Thread Fulvio Guglielmelli
can anyone explain me in which way i can test a parameter returned from a java request with a regular expression? thanks FULVIO - - L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail

is possible define the threadNumber as a user parameter?

2007-10-12 Thread Fulvio Guglielmelli
ciao I need to define as Parameter the thread numer for a threadGroup. This is my scenario Test Plan User Parameter (tn = 3) Thread Group (Number of threads = ${tn} ) + JavaRequest 1 Thread Group (${tn}) + JavaRequest 2 (with 1 parameter

Re: is possible define the threadNumber as a user parameter?

2007-10-12 Thread Fulvio Guglielmelli
://wiki.apache.org/jakarta-jmeter/JMeterFAQ#head-81e8fdc6d08e5b574a06556f597f788df8ed12fe On 12/10/2007, Fulvio Guglielmelli wrote: ciao I need to define as Parameter the thread numer for a threadGroup. This is my scenario Test Plan User Parameter (tn = 3) Thread Group (Number of threads = ${tn

Re: jmeter sometime close himself during execution

2007-10-11 Thread Fulvio Guglielmelli
to allow the run to complete. There are some notes on the parameters in the jmeter.bat file, but for full details please consult the documentation for your JVM. On 10/10/2007, Fulvio Guglielmelli wrote: Jmeter 2.3 Java 1.5_11 There are not any error message on Jmeter.log It happen alse when i

is possible configure in which folder read/write the CSV file

2007-10-11 Thread Fulvio Guglielmelli
Hi, is possible set a Folder (path) where have the file CSV to be use. I have the same fileName to be use in similar test. I Would like configure in which folder read the CSV file. Thanks FULVIO - - L'email

waiting the end of First thread before to excecute the other.

2007-10-11 Thread Fulvio Guglielmelli
Ciao My test plan is the following: Thread Group (20 Threads) + If Controller (Thread == 1) - JavaRequest 1 - JavaRequest 2 I need that the Thread 1 finish before to execute Thread 2 to 20 Is possible? Fulvio -

is possible Copy or Export Thread Group

2007-10-10 Thread Fulvio Guglielmelli
Hi, i need to copy a entire Thread Group into a new Test Plan. Is possbile make a copy or make an export/import ? regards Fulvio - - L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail

jmeter sometime close himself during execution

2007-10-10 Thread Fulvio Guglielmelli
Ciao I have a problem with jmeter. I use it to run massive (2/3000 threads) insert operation by JavaRequest In that case the gui session broke and close the application Do you know this problem? Could you help me? Fulvio -

Re: jmeter sometime close himself during execution

2007-10-10 Thread Fulvio Guglielmelli
Jmeter 2.3 Java 1.5_11 There are not any error message on Jmeter.log It happen alse when i made a unique transation that call a method that manage a big document. (50 mega) Fulvio sebb [EMAIL PROTECTED] ha scritto: On 10/10/2007, Fulvio Guglielmelli wrote: Ciao I have

personalize or create a GUI with a table

2007-10-05 Thread Fulvio Guglielmelli
Hi could some one tell me if is possible personalize or create a GUI that contains a table with the column i want show ? I need to create a MyListener with my test details. i have not found anythink about if is possible or a tutorial that explain in which way i can do it. Whicch class

__setProperty usage

2007-10-05 Thread Fulvio Guglielmelli
I have this situation: +Thread1 (1 time) - javaRequest_1 +Thread2 (1000 time) - javaRequest_2 I want use in javaRequest_2 a value calculated in javaRequest_1. Maybe i can use __SetProperties, but i have not understand in wich way i can set the value into the

JAVA REQUEST - ${__CSVRead and NEXT VALUE

2007-10-04 Thread Fulvio Guglielmelli
Hi, i have a JAVA REQUEST class with parameter a | ${__CSVRead(try.csv,0)} whei i run the test, into the java class it always read the first ROW of try.csv file. Into the log i saw jmeter read the next value i don't know how take it to be use. I tried to use a |

Value in View Results in Table

2007-10-04 Thread Fulvio Guglielmelli
I added a View Results in Table in my test plan. I use JavaRequest and i can set values in SampleResult by java code. 1) I have not understand which SampleResult properties must be use to be set: - Sample Time(ms) - Bytes (what is this???) 2) if i want add columns at the table is

RE: alternated parameter

2007-10-03 Thread Fulvio Guglielmelli
controller with three http samplers (1,2,3). -Mensaje original- De: Fulvio Guglielmelli [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 03 de octubre de 2007 16:19 Para: jmeter-user@jakarta.apache.org Asunto: alternated parameter Hi, i'm new with Jmeter I have made a Java Request

alternated parameter

2007-10-03 Thread Fulvio Guglielmelli
Hi, i'm new with Jmeter I have made a Java Request to test my servises Now i want make a loop of 1000 call to my service but the test plan must pass at the java class an integer parameter. It's value could be 1,2 or 3 alternated (1,2,3,1,2,3,1..) thanks FULVIO