Inevitability
Expert Member
hello myBB,
Does anyone know of a free/open-source http load generator that I can use to test capacity of a servlet?
Thing is: it must be able to read responses and make decisions based on that.
Example:
1. Try http://myurl.net/call1
a. If: response = {some XML} then proceed to 2
b. Else: mark as error and stop
2. Try http://myurl.net/call2
a. If response = {some XML} then proceed to 3
b. Else: mark as error and stop
3. Try http://myurl.net/call3
a. If response = {some XML code} then end
b. Else: mark as error and stop
The guys in the testing department have Mercury LoadRunner (which works well) but it's on a very limited licence, and I need to simulate a lot more load.
Does anyone know of a free/open-source http load generator that I can use to test capacity of a servlet?
Thing is: it must be able to read responses and make decisions based on that.
Example:
1. Try http://myurl.net/call1
a. If: response = {some XML} then proceed to 2
b. Else: mark as error and stop
2. Try http://myurl.net/call2
a. If response = {some XML} then proceed to 3
b. Else: mark as error and stop
3. Try http://myurl.net/call3
a. If response = {some XML code} then end
b. Else: mark as error and stop
The guys in the testing department have Mercury LoadRunner (which works well) but it's on a very limited licence, and I need to simulate a lot more load.