How to call web service under test with MONKEY

2

I'm using MONKEY to do stress testing, but my application has multiple calls to webservices in several activitys .

The problem is that the monkey never arrives at the activitys that are opened after the calls of the web services. Apparently the monkey closes the activity before opening, because already I noticed that it arrives to make the call to the web service.

Is there any command or some way to solve this problem?

    
asked by anonymous 15.12.2015 / 13:39

0 answers