To consume static/embeded resources realistically - I would go with using the WebDriver plugin from the JMeter Plugins project. I've used it few times in the past and should help you with your usecase.
The only issue you may have is when you get to a point where you need high throughput load test, as webdriver have higher cpu/memory footprint than the HTTP Sampler of JMeter. Shmuel Krakower. www.Beatsoo.org - re-use your jmeter scripts for application performance monitoring from worldwide locations for free. On Wed, Apr 15, 2015 at 6:00 PM, Deepak Shetty <[email protected]> wrote: > use Embedded URLs must match and only choose css/images > For the JS , request them serially, group everything under > Transaction_Controller > > Note that as someone previously also said , if you want to accurate > simulate browser times , use a test tool that drives the browser instead of > JMeter. Except for specific usecases (e.g. dynamic images like a report > graph or stressing the webserver) you dont really get much benefit from a > static file test. > > On Wed, Apr 15, 2015 at 3:35 AM, waseemfa <[email protected]> wrote: > > > Thanks for all the reply guys. > > > > But the problem is a bit more complicated. > > > > The site behaves in such a way that only resources like .css and others > get > > downloaded concurrently but .js is sequential. > > > > So I am not sure if there is a straight forward way of doing this part. > > > > -Waseem > > > > > > > > -- > > View this message in context: > > > http://jmeter.512774.n5.nabble.com/Embedded-resources-getting-downloaded-sequentially-tp5722185p5722244.html > > Sent from the JMeter - User mailing list archive at Nabble.com. > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > >
