Hi ,

Can anyone please look at the error that I got while trying to install
a test application and provide inputs.

My aim was to launch Contacts application from a test application and
send keypresses to it .

I have tried the following approach:
-> Create a dummy application with the same name space as the original
application in your device/emulator.
    Eg. For Contacts I created a dummy application with package
com.android.contacts.
-> Write tests for the dummy application and install only the test
cases apk on the device/emulator.
    So that the test will be carried out on the original application.

Though using the above approach I am getting the following error.

"Re-installation failed due to different application signatures.
 You must perform a full uninstall of the application."

Can’t we use the package names of the existing applications for
creating dummy applications.

Is there any way to send key strokes to other applications launched
from a test application

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to