[android-developers] Re: Android Limitation on Instrumentation

2009-01-13 Thread Rajendrakumar C
I am doing Instrumentation to my Application . Can you please clear my doubts. I have created three testes to my Application. Now I want to run all three tests together one by one. By clicking a single button. Can you tell me the solution for this. Regards, Rajendrakumar. On Jan 6, 1:12 pm, "D

[android-developers] Re: Android Limitation on Instrumentation

2009-01-06 Thread Dianne Hackborn
Applications are not allowed to send input events to other applications. You should add an activity monitor to mock out the contact picker activity, probably returning a canned result. This is better in a lot of ways: it is less work while running the test, lets you completely control the result t