2
I am using MONKEY for stress testing, but my application has several calls to webservices in several activitys
.
The problem is that Monkey never arrives at activitys that are opened after web service calls.
Apparently the Monkey closes the activity
before I opened it, because I realized that it actually calls the web service.
Is there any command or any way to solve this problem?