I am doing stress tests to simulate mobile phone users visiting our app (actually, connecting through WebSocket). I want to simulate poor network conditions, since you know, mobile phones often suffer from bad networks.
Question 1: We are doing stress test with 100,000 clients, so we need a efficient method to simulate poor networks. (Most software I have seen only simulate one mobile device)
Question 2: Which aspects should I simulate? For instance, I know network latency and packet loss. But are these all? Thanks very much for any suggestions!