Re: Trouble with Downloading File

2002-10-21 Thread khaing nyunt
Do you suggest, that the content of this file is not received by jMeter? Or do you want jMeter to save it on disk? (Ans) It is downloaded from server. And I want Jmeter to save this file into disk. Kai - Do you Yahoo!? Y! Web Hosting - Let the expert host yo

Re: Trouble with Downloading File

2002-10-21 Thread Michal Kostrzewa
> and I do not know how to handle to save "v" file in this case.Please help Do you suggest, that the content of this file is not received by jMeter? Or do you want jMeter to save it on disk? Michal Kostrzewa -- To unsubscribe, e-mail: For

Re: Trouble with Downloading File

2002-10-21 Thread Michal Kostrzewa
Hello ;), > When I put in browser: > > http://localhost:8080/kailittle/v/?k=site.mp/page&MSISDN=123456. Just > site.mp/page changes as different content viewed. Save Dialog comes up and > save as v.mp file in disk. In jmeter, I have http request, and put > > namevalue > > k site.mp >

Re: Trouble with Downloading File

2002-10-21 Thread khaing nyunt
Hello, I have a problem with downloading file in Jmeter. When I put in browser: http://localhost:8080/kailittle/v/?k=site.mp/page&MSISDN=123456. Just site.mp/page changes as different content viewed.Open Dialog comes up with " you are downloading file v from ../kailittle.com. Would you like to o

avoiding execution of requests in a ThreadGroup

2002-10-21 Thread Venkat Dosapati
hi, I defined a testplan with 3 ThreadGroups as child elements. Each ThreadGroup has a loop(Loop Controller) with its own test sequence. When this testplan is in being executed, one of the request(HTTP Request) in one ThreadGroup responded with error message (the response message contains some spe

Re: Trouble with User Parameters

2002-10-21 Thread Mike Stover
Yes, also see: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#User_Para meters -Mike On 21 Oct 2002 at 23:48, Michal Kostrzewa wrote: > > I´m trying to use JMeter1.8 to simulate multiple logins from diferent > > users. I´ve created an User Parameters containing the follo

Remote testing issue

2002-10-21 Thread Vola, Guillaume
Hello, When testing an application internally, is it possible to run the threads remotly but without using most of the CPU ressource of the machine on which the server is running. In other words how to avoid jmeter-server uses most of the CPU ressource ? Is there a solution to run jmeter on a diff

Re: Trouble with User Parameters

2002-10-21 Thread Michal Kostrzewa
> I´m trying to use JMeter1.8 to simulate multiple logins from diferent > users. I´ve created an User Parameters containing the following: > > Variable User1 User2 > login one two > passwd one1 two2 well, it looks, like you didn't add parameter to your req

Re: Function in Jmeter

2002-10-21 Thread Michal Kostrzewa
Dnia pon 21. październik 2002 23:31, Mike Stover napisał: > Updated! I've actually been doing some JMeter work recently. I'm > currently making a save service component, so that more options are > available (and, like everything else, it'll be plug and play, so you can > implement it be a Databas

Trouble with User Parameters

2002-10-21 Thread Flavio Arruda
Hello All! I´m trying to use JMeter1.8 to simulate multiple logins from diferent users. I´ve created an User Parameters containing the following: Variable User1 User2 login one two passwd one1 two2 The HTTP request POST is a php script that reads

Problem with HTTP Request Defaults

2002-10-21 Thread Vola, Guillaume
Hi there, In JMeter1.8 the config element HTTP Request Default does not seem to work properly. All my requests are sent to port 80 instead of 2828. Have you noticed that ? -- Guillaume Vola Project Leader - Quality Assurance & Support XEROX Innovation Group / MKMS 6, chemin de Maupertuis 38240 Me

Re: Function in Jmeter

2002-10-21 Thread khaing nyunt
Hello Mike, It works. Thank you very much for your help. I really appriciate your help. It is very difficult to find example or docs. and Jmeter docs is not enough for newcomer like me. Thank you so very much. Kai - Do you Yahoo!? Y! Web Hosting - Let the expe

Re: Function in Jmeter

2002-10-21 Thread Mike Stover
Updated! I've actually been doing some JMeter work recently. I'm currently making a save service component, so that more options are available (and, like everything else, it'll be plug and play, so you can implement it be a Database saving service, if the fancy strikes you). I'm being very sl

Re: Function in Jmeter

2002-10-21 Thread Michal Kostrzewa
> Referencing to the result of a function in following requests is a bit > tricky, it depends on functions and I personally saw no documentation about > this. For example to refer to previous regex result, matching group one, Oh, I'm sorry, I've just seen the documentation and everything is explai

Re: Function in Jmeter

2002-10-21 Thread Michal Kostrzewa
Hi Kai, Functions are generally described in http://jakarta.apache.org/jmeter/usermanual/functions.html and http://jakarta.apache.org/jmeter/usermanual/component_reference.html#functions To use __threadnum do the following 1) create the request object 2) create a param 3) Open function helper dlg

HTTP Request - Parameters

2002-10-21 Thread Luanna Silva
Hello, i´m using JMeter 1.8, and on the HTTP Request Window the "Send Parameters with this request" table is almost invisible. What should i do? Thanks, Luanna Silva | Analista de Sistemas, TI PromonTecnologia -- To unsubscribe, e-mail:

problem with HTTP Parameter Mask from cmd line

2002-10-21 Thread Venkat Dosapati
Hi,   I am using JMeter nightly build on October 7th 2002. I defined a testplan using HTML Parameter Mask to use different login Ids in the execution of the following requests in the TestPlan.   Please see the attachment: This HTML Parameter Mask is added under Root->TestPlan->CSR Group ->C

Re: Remote testing issue

2002-10-21 Thread Mike Stover
Why would you ever run JMeter on the same machine as the server you're testing? -Mike On 21 Oct 2002 at 18:19, Vola, Guillaume wrote: > Hello, > > When testing an application internally, is it possible to run the threads remotly > but without using most of the CPU ressource of the machine on w

Re: RES: HTTP Request - Parameters

2002-10-21 Thread Amir Nashat
Luanna, The code is open source. I would suggest digging around a little until you find the class that you need and modify the code so the table color is visible. HTH amir >>> [EMAIL PROTECTED] 10:42:01 AM 10/21/02 >>> It doesnt solve the problem making the window bigger or changing the resolu

Re: HTTP Request - Parameters

2002-10-21 Thread Mike Stover
Make the window bigger? If not possible, choose a higher resolution than 640x480 for your screen. Then makie the window bigger :-) -Mike On 21 Oct 2002 at 14:16, Luanna Silva wrote: > > Hello, > > i´m using JMeter 1.8, and on the HTTP Request Window the "Send Parameters with >this

Function in Jmeter

2002-10-21 Thread khaing nyunt
Hello, I am using Jmeter 1.8 and I try to use __ThreadNum, _Counter and __regexFunction in app. I choose Option/Function Helper Dlg and add Name( MSISDN) and value (.*) and generate for __threadNum. I got ${__threadNum(.*)}. Then I replace the MSISDN witih ${__threadNum(.*)} whenevern I used