Diff Type of Timer

2006-03-21 Thread Tapaswini Das
Hi all, Can any one please let me know what is the different between different type of Timer like Constant throughput timer, Constant Timer, Gaussian Random timer and uniform Random Timer??? Thanks in Advanced. Tapaswini

Re: I want login in a page but using a user's name and pass obtained from a BD

2006-03-21 Thread Simon De Uvarow
i put the variable into a HTTP Authorization Manager .. but it doesn´t work ... 2006/3/21, Simon De Uvarow [EMAIL PROTECTED]: hi, I want login in a page but using a user's name and pass obtained from a DB I did the following thing: a JDBC petition: select name from usuarios order by rand()

I want login in a page but using a user's name and pass obtained from a BD

2006-03-21 Thread Simon De Uvarow
hi, I want login in a page but using a user's name and pass obtained from a DB I did the following thing: a JDBC petition: select name from usuarios order by rand() limit 1; a RegEx: get the name and put it into the variable usuarios now i should code the variable into base64 and put it in all

Testing Browser Specific things

2006-03-21 Thread Manjula Priyantha
Hi, I'm new to JMeter. I have a requirement to automate the testing of an application, under different setups of browser settings (Browser : IE) - e.g: without browser caching and with caching. Is there any possibility in JMeter to test this kind of scenario? If it is not possible is there

Re: Randomizing Throughput Controller HELP please

2006-03-21 Thread bgordon
What is the correct etiquette to get a response on this forum? Did I even ask the question in the correct forum? Was my question to obvious? Please help. Thanks, Bruce bgordon [EMAIL PROTECTED] wrote: Any help with this question? When I ran it with a parent random order controller I didn't

Re: Testing Browser Specific things

2006-03-21 Thread Praveen Kallakuri
jmeter is for load/stress testing and not browser-based. it is not what you are looking for. not sure about what other tools could provide what you are looking for... maybe the likes of segue's silktest. On 3/21/06, Manjula Priyantha [EMAIL PROTECTED] wrote: Hi, I'm new to JMeter. I have a

Re: Randomizing Throughput Controller HELP please

2006-03-21 Thread Praveen Kallakuri
Not sure if this is the best solution, but you could use an if controller containing javascript like ... if (rand(0,9) = 8). Send HTTP Request B only if this evaluates to true and also set a user defined variable to indicate that this B has been sent. In the next if controller, send A only if the

Re: I want login in a page but using a user's name and pass obtained from a BD

2006-03-21 Thread Simon
thanks .. i am writing a encode64 sampler that gets a name and a pass and returns the result encoded encode(name:passw) but i am having problems with the gui ... :P .. in my case i have a wrote a web system whit differents technologies to prub diferents tools. for loggin i send an

Re: Diff Type of Timer

2006-03-21 Thread Praveen Kallakuri
http://jakarta.apache.org/jmeter/usermanual/component_reference.html#timers On 3/21/06, Tapaswini Das [EMAIL PROTECTED] wrote: Hi all, Can any one please let me know what is the different between different type of Timer like Constant throughput timer, Constant Timer, Gaussian Random

Re: I want login in a page but using a user's name and pass obtained from a BD

2006-03-21 Thread sebb
HTTP Auth Manager is used for login dialog boxes as generated by browsers e.g. for proxies. Login pages are normally forms, which you then POST back to the server. In which case you need to find out the field names in the form, and add the parameters to the HTTP request. S. On 21/03/06, Simon

Re: jmeter stops sending requests

2006-03-21 Thread Erik Lindegren
Hi, I finally found the problem, and of course it didn't have anything to do with jmeter :) The problem was that the computer I was running my apache server on had ip connection tracking enabled. It has an upper limit on how many connections it can track, and I exceeded that for some

Re: jmeter stops sending requests

2006-03-21 Thread sebb
On 21/03/06, Erik Lindegren [EMAIL PROTECTED] wrote: Hi, I finally found the problem, and of course it didn't have anything to do with jmeter :) The problem was that the computer I was running my apache server on had ip connection tracking enabled. It has an upper limit on how many

Http proxy server name disappears when we record a script

2006-03-21 Thread ramandeep singh
Hi Friends, I have been trying to record a script for one user and then schedule the activity for 150 users, when I stop the proxy by clicking stop, the http request I have been recording in the Thread group, I am wondering why this is happening. I have attached the snapshot for reference. The

URIException: IPv6reference in HTTPSampler

2006-03-21 Thread Ivan Rancati
I found this odd problem with the HTTP Sampler, where a variable that contains the URL is processed correctly in one sampler and wrongly in the following one The simplified version of the test plan is this Thread group Web service sampler #1 Regex extractor #1 HTTP Sampler #1

Re: I want login in a page but using a user's name and pass obtained from a BD

2006-03-21 Thread Simon
ok .. it finaly works ... excuse me for the grammar mistakes ... (prub = try, whit = with, ...) Simon 2006/3/21, Simon [EMAIL PROTECTED]: thanks .. i am writing a encode64 sampler that gets a name and a pass and returns the result encoded encode(name:passw) but i am having problems with

Re: Javascript Validation Problem

2006-03-21 Thread sebb
On 21/03/06, tere ventura [EMAIL PROTECTED] wrote: Hi, Im testing a page where in there is a date field. On the browser page, if I enter an invalid date(dates later than current date), an error message pops up, saying the date is invalid. I made a recorded test plan on jmeter for the said

RE: Testing Browser Specific things

2006-03-21 Thread Oliver Erlewein \(DSLWN\)
Take a look at Selenium (http://www.openqa.org/selenium/). That might help you. Oliver -Original Message- From: Manjula Priyantha [mailto:[EMAIL PROTECTED] Sent: Wednesday, 22 March 2006 00:29 To: jmeter-user@jakarta.apache.org Subject: Testing Browser Specific things Hi, I'm new

Negative Durations?

2006-03-21 Thread Eric Dalquist
Using HTTP Samplers and a simple data writer we see negative values for the request time field in the file: timeStamp,time,label,responseCode,responseMessage,threadName,dataType,success,failureMessage 1142892070234,1531,x.services.wisc.edu,post credentials,200,OK,Thread Group

NullPointerException

2006-03-21 Thread liquornpoker
Hi guys, I just created a jmeter script to run 100 threads and it will loop forever for a duration of 1 hr. After looping the first round, it start having NullPointerException errors. This script usually do only Http requests. Anyone know how to fix this problem? -- View this message in