Hi,
We have created the scripts for Android and IOS devices, and during load test execution we found that after 100 vusers (total were 420) load, suddenly a huge number of errors appears as "Connection Reset by peer", and all transactions started failing.
Debugging:
We have included following two functions using which it closes the connection after every single execution.
web_set_sockets_option ("SHUTDOWN_MODE", "ABRUPT"); (included at the start step) and
web_set_sockets_option("CLOSE_KEEPALIVE_CONNECTIONS", "1"); (Included after the POST step)
LR details:
1. Using LR 12 version.
2. Protocol: mobile web http/html
Please suggest, how do we resolve this issue....
Thanks,
Prasanna