xiaofans / robotium

Automatically exported from code.google.com/p/robotium
0 stars 0 forks source link

Automation of Multiple Activities on a Single Test. #441

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Hi,

 I am working on automating an application with robotium, which has a Facebook button, clicking on the button opens the pre-installed android mms application

I am able to automate till clicking on the facebook button, but robotium does 
not recognize the mms application.

I have followed the instructions "Robotium for Preinstalled apps" to re sign 
the Mms.apk file with debug key and push it to the device(emulator)

Please let me know if it is possible to automate activities which are opened 
when clicking on some button in the test activity. I have attached the test 
script for your reference.

Also, specifying the activity name "com.android.mms.ui.ConversationList" 
returns NoClassDefFound Exception (at line 72 in the attached file which is 
commented)

Appreciate your help

Original issue reported on code.google.com by subbu.ba...@gmail.com on 22 Apr 2013 at 12:52

Attachments:

GoogleCodeExporter commented 9 years ago
You are only allowed to interact with activities that belong to the same 
process as the start activity. Please see Q&A for more information.

Original comment by renasr...@gmail.com on 23 Apr 2013 at 6:45