I am writing code on a mobile device that uses the REST service to retrieve data from the host. These REST services are verified by Apache. In test mode, I would like to simulate network failures (as if the device lost its connection to the cell) in order to test applications that handle intermittent failures. I also need to check its behavior on slow network connections.
I am currently using Traffic Shaper XP to slow down my network connection, but now I need to do something so that the Apache server sends the connection, both in random order and in predefined sequences (to configure and repeat certain test scenarios).
apache testing apache2 stress-testing
Jack cox
source share