Is it possible to test use cases where no network data is enabled?
adb shell svc data disable
I can connect to the app from MonkeyTalk IDE but it's not possible to record nor replay any test cases...
Haven't tried this, but it seems very unlikely that it would work since the MonkeyTalk agent communicates with the script-running facility (e.g. the MonkeyTalkIDE, or junit, or the MonkeyTalk ant tasks) using HTTP. When running over USB, MonkeyTalk uses adb port forwarding. However, from the agent's point of view, it is still responding to HTTP requests over a TCP/IP port.