I am looking for a load-testing tool which supports more than 20 virtual users in trial version.

link|improve this question
Do you plan on buying the tool if it works? – BCS Dec 11 '08 at 6:15
2  
Your question reads more like a statement. I feel like responding "Good for you! Let us know how things work out for you." Are you wishing in inform us of your actions or ask if anyone knows of a good load testing tool. – mezoid Dec 11 '08 at 8:09
feedback

closed as not a real question by Richard aka cyberkiwi, Gabe, Ian Ringrose, Björn Pollex, gnovice Mar 21 '11 at 15:01

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

5 Answers

Ambiguous question, but check The Grinder out

link|improve this answer
feedback

In what type of environment? you need to be more specific. If it is a simple server environment? do you need to use physical users, or can you use something like Apache JMeter?

link|improve this answer
feedback

Apache JMeter should be good enough for quick work. However, I did find that Webload ( only supported on windows) to be more sophisticated and a more comfortable option for tests that run for a longer duration. I continued to use both of them depending on my mood swings though.

Prasanna S

link|improve this answer
feedback

I once used Apache jMeter for my diploma thesis. With the possibility for distributed load generation and it's intuitiv and powerful configuration gui, you can simulate a whole lot of "sophisticated" users, using a lot of services, only limited by the amount of computing power (e.g. the number of machines you control). I would also recommend to have a look at it.

This answer only helps, if you are looking for a web testing tool.

link|improve this answer
feedback

You can get 25 virtual users for free at http://browsermob.com. It's a different type of load test though. It uses real browsers to play back every transaction, meaning your scripts can be much simpler and the traffic generated is much more realistic.

link|improve this answer
feedback