facebook - Robotium : Testing the app integration with third party apps -
i want know, if there's way test multiple apps in android? i'm aware btw cannot launch / test app app under test robotium.
basically, i'd automate test cases involving fb login in app. how such test cases automated in other companies? every other app has integration fb, how test cases tested?
in short : native app launches fb's login activity. after logging in control goes app. want automate login scenario. robotium doesn't allow me that. @ present solo.getcurrentactivity() doesn't detect fb activity open.
some basic searches revealed in sikuli, works on non-rooted devices. i'm interested in running test on real devices, , real devices can't rooted.
any thoughts on how go it?
thanks, abhijeet
Comments
Post a Comment