views:

27

answers:

0

I need to test a client app on IPhone which connect to a WebServices. This connection time out is check once/day at 6am. So, we can only test "time-out" case only once/day. I want to test more time/day. But I can not change on Web Service because of no authentication.

There a solution to use a proxy server to catch package, change session ID and send to test server. But I don't know how to do it? Can anyone help me? Any other solution?

Thanks in advance