timer between calls

2009-03-12 Thread Jose Castro
If I have a sequence of SOAP calls using only one thread. How can I put a timer between each call of 2 seconds(for example) - To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail:

Re: how can i loop through csv

2008-11-06 Thread Jose Castro
:01 PM, sebb [EMAIL PROTECTED] wrote: On 06/11/2008, Jose Castro [EMAIL PROTECTED] wrote: If I declare a csv data set, how can I loop through the whole file?? What I want is declare csv data set while file not empty { call soap service } or something something like that I just

Is there a hold functionality on jmeter

2008-10-21 Thread Jose Castro
I am using jmeter to test a communication switch. In some test I have to make some changes, then go to another system, check, and then continue the test. It will be nice to have a hold button sampler, when the test get to that point a popup appears with a continue button.

regular expression getting corrupted

2008-10-09 Thread Jose Castro
The scenario SOAP REQUEST -regular expression (new variable VAR1) SOAP REQUEST USING VAR1 SOAP REQUEST USING VAR1 HTTP REQUEST - regular expression( new variable VAR2) SOAP REQUEST USING VAR1 + VAR2.(PROBLEM VAR1 is NOW -1, VAR2 is ok) What could be happening??? Thank you

Re: regular expression getting corrupted

2008-10-09 Thread Jose Castro
could send the jmx file On Thu, Oct 9, 2008 at 1:29 PM, sebb [EMAIL PROTECTED] wrote: On 09/10/2008, Jose Castro [EMAIL PROTECTED] wrote: The scenario SOAP REQUEST -regular expression (new variable VAR1) SOAP REQUEST USING VAR1 SOAP REQUEST USING VAR1 HTTP REQUEST - regular

Re: regular expression getting corrupted

2008-10-09 Thread Jose Castro
Sorry, my mistake. Even with the simple controller, the first var1 is -1 On Thu, Oct 9, 2008 at 1:29 PM, sebb [EMAIL PROTECTED] wrote: On 09/10/2008, Jose Castro [EMAIL PROTECTED] wrote: The scenario SOAP REQUEST -regular expression (new variable VAR1) SOAP REQUEST USING VAR1 SOAP

Re: regular expression getting corrupted

2008-10-09 Thread Jose Castro
Hello, IT WAS MY MISTAKE. I was overriding the first regular expresion with another when I did a copy-paste. Sorry for your trouble and thanks for your time. On Thu, Oct 9, 2008 at 2:30 PM, sebb [EMAIL PROTECTED] wrote: On 09/10/2008, Jose Castro [EMAIL PROTECTED] wrote: I changed the test

Extract data from http request result page

2008-10-03 Thread Jose Castro
Hello, In order to support my testing I want to create web pages that return data from different sources. What I am thinking is that I should have a generic csv extractor, so that all my pages return data in csv format So for exmaple, I could have http://localhost/getnameinfo.php and that page

Can a soap request port number(and IP) be dynamic?

2008-10-01 Thread Jose Castro
During our testing we have different environments. In our case we are just changing the port number. Is there a way to create the port number as a variable so I dont have to change every since request? Thank you - To

Re: JDBC test

2008-09-16 Thread Jose Castro
Did you install the ojdbc14.jar on the lib directory?? On Tue, Sep 16, 2008 at 12:11 PM, Sean Tiley [EMAIL PROTECTED] wrote: Hello, I am trying to create a test that will connect to an oracle DB via jdbc and run a number of update and delete statements. I have created everything according to

Re: JDBC test

2008-09-16 Thread Jose Castro
I use a regular expression to retrieve the values regex inputVar (.*),(.*) $1$$2$ -1 0,0 my sql select col1,col2 from table after that use a beanshell with logn to display results I have to say that selecting the right variable was a pain for me. For example to display my data I have to logn

Function to write to file

2008-09-05 Thread Jose Castro
Is there a function like StringToFile or a logn parameter to write a string to file? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Function to write to file

2008-09-05 Thread Jose Castro
Is nice that there are workarounds. BUT, Can a function like this be added?? On Fri, Sep 5, 2008 at 10:58 AM, sebb [EMAIL PROTECTED] wrote: On 05/09/2008, Jose Castro [EMAIL PROTECTED] wrote: Is there a function like StringToFile or a logn parameter to write a string to file? No, but you

error in intsum

2008-09-04 Thread Jose Castro
GETTING THIS ERROR WHILE EXECUTING THIS SAMPLE BEANSHELL ${__intSum(${voip_counter},1,voip_counter)} voip_counter defined in user_parameters as 7873429150 Thread Name: Create Data QA19 1-1 Sample Start: 2008-09-04 11:44:03 VET Load time: 0 Latency: 0 Size in bytes: 0 Sample Count: 1 Error

conuters not working inside loop

2008-09-04 Thread Jose Castro
Please help before I go mad. I am using jmeter to create data. I have my counters that start from X number and they are suppose to go up by one. I have a loop controller that is going to be executed 4 times. Each time my counter is supposed to increment by one so that the next call gets a new

increment counter

2008-09-03 Thread Jose Castro
I am trying to create a variable with a value and the increment that value manually I tried both 1. create a counter with a starting value 2. create the variable in the user parameters i created a beanshell sampler and use this code ${__intSum(${iptv_counter},1,${iptv_counter})}

Re: increment counter

2008-09-03 Thread Jose Castro
Thank you. That worked On Wed, Sep 3, 2008 at 5:41 PM, sebb [EMAIL PROTECTED] wrote: On 03/09/2008, Jose Castro [EMAIL PROTECTED] wrote: I am trying to create a variable with a value and the increment that value manually I tried both 1. create a counter with a starting value 2. create

Re: Webservices in JMeter

2008-08-28 Thread Jose Castro
You put the xml request. Download a program like soap UI. This program generates the soap request for you. Copy-paste the generated request from soap ui , and put your values 2008/8/28 [EMAIL PROTECTED]: Hi , I want to create a test plan in JMeter with Webservices. The WSDL is the Google

Re: Infinite While Controller

2008-08-01 Thread Jose Castro
Thanks a lot for this answer,I was wondering how to do this. Now I have another question. How do I save ${__V(inputVar_${counter}_g1)} in a convenient ${MYVAR} so I can use ${MYVAR} everywhere else instead of the long format? Thank you On Fri, Aug 1, 2008 at 2:37 AM, Andrey Beznogov [EMAIL

NEW FEATURE REQUEST

2008-07-23 Thread Jose Castro
It will be nice if i jmeter includes a flag to disable samplers. I have list of 10(or more) soap request. Some time I would like to run the test with just 5 of those and then run it again with all 10. INstead of dragging things in and out of my test, it will be easier just to disable that

NEW FEATURE REQUEST(save the workbench)

2008-07-23 Thread Jose Castro
Sometimes when you are working It will be nice to save the workbench. So that you can put partial test over there , but still being able to run the test that actually work - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: SQL call returns header as the first line

2008-07-21 Thread Jose Castro
: SQL call returns header as the first line On 17/07/2008, Jose Castro [EMAIL PROTECTED] wrote: I am using a sql call to drive my test plan. It works, except that the sql call returns the column name as part of the returned data(in the first row). So My first test will fail(because

Re: add postfix to save response file

2008-07-19 Thread Jose Castro
to rename the file for use with some other program. In which case, using the OS to rename the file seems a reasonable approach. On 19/07/2008, Jose Castro [EMAIL PROTECTED] wrote: I did not know you can call command line functions within jmeter. On Fri, Jul 18, 2008 at 7:31 PM, sebb

Re: JMeter tests stop abruptly

2008-07-18 Thread Jose Castro
Is there anyway to add a postfix to the save responses to a file. I am saving the response of a sql query and always get a .unknown Where can I ask the developers for this new feature? If there is already a prefix, why not a postfix? Thank you

add postfix to save response file

2008-07-18 Thread Jose Castro
Is there anyway to add a postfix to the save responses to a file. I am saving the response of a sql query and always get a .unknown Where can I ask the developers for this new feature? If there is already a prefix, why not a postfix? Thank you

Re: add postfix to save response file

2008-07-18 Thread Jose Castro
I did not know you can call command line functions within jmeter. On Fri, Jul 18, 2008 at 7:31 PM, sebb [EMAIL PROTECTED] wrote: On 18/07/2008, Jose Castro [EMAIL PROTECTED] wrote: and the file can easily be renamed. Please post code. That depends on the OS, but in Windows one can use

Re: Correctly using sql query call

2008-07-17 Thread Jose Castro
to customize your elements. I am not 100% sure about all the details and implementation, but it seems to work as described above. I hope that helps. Regards, Andrey On Thu, Jul 17, 2008 at 7:40 AM, Jose Castro [EMAIL PROTECTED] wrote: So what you are saying I should do something like Thread

SQL call returns header as the first line

2008-07-17 Thread Jose Castro
I am using a sql call to drive my test plan. It works, except that the sql call returns the column name as part of the returned data(in the first row). So My first test will fail(because it contains the column name instead of the data). Is there any way to fix it? I dont see any benefits in

Correctly using sql query call

2008-07-16 Thread Jose Castro
I want to call a sql query and then have the data populate a soap request I would expect I could do something like THREAD GROUP JDBC_REQUEST (select col1, col2 from table) FOREACH CONTROLLER ---SOAP REQUEST USING ${col1} and ${col2) But no luck. Could someone please provide the correct format

Re: Correctly using sql query call

2008-07-16 Thread Jose Castro
, sebb [EMAIL PROTECTED] wrote: On 16/07/2008, Jose Castro [EMAIL PROTECTED] wrote: I want to call a sql query and then have the data populate a soap request I would expect I could do something like THREAD GROUP JDBC_REQUEST (select col1, col2 from table) FOREACH CONTROLLER ---SOAP