Jmeter cannot be used for determining page load times. Use Selenium IDE to record the flow and have Yslow enabled in the browser during playback. You can configure Yslow to store the page load times to your filesystem in HAR formation which can later be used in many third party tools (example:HarViewer) for postmortem analysis. You may also want to consider to store the HAR data in HAR DB which can help you study the page load performance trend of all your regression tests.
Thanks Chaitanya M Bhatt http://www.performancecompetence.com On Wed, Aug 28, 2013 at 9:36 PM, Manish Sapariya <[email protected]>wrote: > < > http://stackoverflow.com/questions/18502365/any-suggestions-about-how-jmeter-can-be-used-to-do-regression-testing-for-page-l# > > > > I am thinking to put automated regression tests in place for page load > times. We have few deployment scenarios and I think we could use jmeter > with Jenkins/hudson integration, but I am not sure how to go about it and > what are the best practices to implement it. > > Can you suggest what could be the approach to implement such regression > test? > > Are there any better alternative if not jmeter? > > > Thanks and Regards, > Manish > kPoint wins *Global eLearning > Award<http://www.kpoint.com/kpoint-wins-learntech-global-e-learning-award/ > > > * in “Learning Technologies Solution”! >
