Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys,
I have an ios app and id like to do some tests on it.
I use a proxy to get http requests sent to the server and would like to repeat them all at the same time, that means as fast as possible, so i can check if the server duplicates responses.
Is there any way to get this http from the proxy, ready to be sent, and repeat n times/sec without any modifications?
Thanks!
Posted
Comments
DaveAuld 2-Jun-14 2:38am    
You are trying to load test your app? Did you search for Load Test software?

1 solution

You could try one of many different load testing suites available.

For example, here is one such package: http://loaduiweb.org/[^]

LoadUIWeb is a free desktop tool for performance, stress, scalability and load testing of web applications. Designed from the ground-up to help you focus on the tasks at hand, it does not require programming knowledge. It works with both traditional HTML web sites and with Rich Internet Applications using modern web technologies like AJAX, ASP.NET, Flash, Flex and Silverlight.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900