There is a website portal ,say W1 .Let's say the no. of users accessing are 3000.Can you please give me the detailed framework/design of how this portal can be stress tested remotely in a cloud setup using Selenium RC and/or any other open source.I am not getting any solution. Please help.
views:
75answers:
3For opensource performance testing tools, you can refer to this page: http://www.opensourcetesting.org/performance.php
For beginner, I would recommend JMeter as you can design the testes using a GUI.
http://jakarta.apache.org/jmeter/usermanual/build-web-test-plan.html
As per the Selenium FAQ :
Is it possible to use Selenium for multi-user load testing? Yes, but it requires a LOT of hardware. We recommend you check out BrowserMob, which does load testing with real browsers and is powered by Selenium.
The two approaches I've used are JMeter and Visual Studio Team Studio, both which allow many users (although 3000 is pushing it!)
Very recent news... here's an article regarding a FREE version of AWS: http://www.infoworld.com/d/cloud-computing/amazons-new-aws-bet-you-cant-beat-free-729
Google App Engine is also free up to a point.