Hi All, When I was going through monkey source code[MonkeySourceScript.java], came to know that we can also
send instrumentation events. I have developed a test application and installed in the android 2.2 emulator, and tried to run it through monkey script. Below is the script I have written and pushed it to sdcard. count= 1 speed= 500 start data >> LaunchInstrumentation(com.email.test.settings.EmailTestCase_Settings,com.email.test.settings/ android.test.InstrumentationTestRunner) When I run the monkey script, It is not able to start the test application.. Can any one please tell me how exactly we need to use this. What are the parameters we need to pass to LaunchInstrumentation(), inorder to start the test application or is it for some other purpose? Regards, Pradeep -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

