I have a clien-server application and I want to perform load test on it.
the problem is that I don't have for example 100 clients to start connecting to the server and test the app for me.
I have used some application like Avalanche and TestComplete for this purpose, but unfortunately they just simulate HTTP
and HTTPs
tests and is usable for web application test not cilent-server test.
what I need is something like testComplete to be able to save the transactions and replay them hundreds of time or like avalanche.
also I have seen some other applications like Grinder which has been suggested here before, but it's not possible for me to write script for performing test.
Does any body know any good application for this job or any way to write script for performing tests easily?
Thanks in advance.
P.S.: I have read all of the questions about this problem in SO. None of them contains what I need. then do not repeat them or link them here.