I just got started with Robotium and tried to test the android phone andcontactapplication in just one test case.
I nee开发者_如何学Cd some android applications which can be automated using robotium.You can try these:
H开发者_如何学Goow can I make Robotium click on a particular link in a page?You should try clicking the the anchor text in the link.
So I would like to know if it is possible to not close the application after a crash. I am doing开发者_如何学JAVA testing on Android applications and I would like the code that would allow me to conti
I found Robotium for about one week ago,its a really nice tool. I an new in android testing and Java programming.
I am new to robotium and now I am automating the app. App starts with a splash screen and then the menu screen after 15 seconds of loading 1ndicator, in the menu screen there is a button named Applic
I am writing an android testing application which automates testing on the device. I am targeting facebook as my base application and writing an app using the Robotium framework in order to accompli
I am quite new androi开发者_Go百科d testing. Iam using robotium for testing application. I want to know the usage of the CALL and ENDCALL fields .I am not able to end call using the field.
I\'m currently building an app in Android, and using Robotium to do functional tests (By the way, don\'t use Robotium on anything less that Android 1.6, it is way too buggy).
From my activity I do startActivityForResult(MediaStore.ACTION_IMAGE_CAPTU开发者_Go百科RE), and then I land in the builtin camera activity (in this case in the emulator).