xiaofans / robotium

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

How to attach robotium to different process of the same application #385

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I try to use robotium to write test cases for FBReader, an book reader android 
application. Unlike other applications, FBReader manipulates more than one 
process(not thread). When I open DDMS, tab device, I find there are three 
processes which are related to this app. Then I don't know how to write the 
test case in robotium to test the code executed in all processes. Can anyone 
tell me how to do this? Thanks in advanced!

Original issue reported on code.google.com by michyang...@hotmail.com on 29 Jan 2013 at 4:47

GoogleCodeExporter commented 9 years ago
Unfortunately it is not possible. Robotium is tied to the original process and 
does not work with other processes.

Original comment by renasr...@gmail.com on 29 Jan 2013 at 6:17