On 19 October 2010 04:43, Deepak Shetty <[email protected]> wrote: > Unless your pages return HTTP errors (status 4xx or 5xx) - Jmeter will not > automatically flag the requests as errors. You must add assertions. If your > test doesnt have assertions , you have no way of knowing whether the test > script actually worked or not. > . >>But there is another point , if we take 100 users/sec in jmeter so can we > assume , a particular button would be getting hit more than 10 times per >>second? > Depends on your test but in general yes , JMeter will make requests > concurrently . The actual number will vary with how your application > responds to load , timers etc.
Just to clarify: each JMeter threads runs its requests consecutively, but multiple threads can run requests concurrently. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

