For my CI infrastrucure I need to automatically deploy and run complex tests between two (or more) android phones from a controler machine (linux).
As it said in this QnA some functions in robotium required anyDensity to be set as true in the AndroidManifest.xml file.
When I make this call to Robotium: solo.clickOnMenuItem(\"Sync\"); sometimes I get the famous error trace:
I\'m writing tests for application that is compiled and obfuscated. Currently to access View I use Id form /res/values/public.xml
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am new to Android robotium. I am having custom widgets(MyButton, MyTextView, MyCheckBox etc..,) which got inherited from native android widgets. How can i add a click event for my custom controls in
in robotium testing, is it possible to set a wait time bet开发者_StackOverflow社区ween clicks? For example, I have 2 buttons(A & B). I want robotium to click on button A and then 20 seconds later
I amworking on Robotium to perform an automation test an开发者_StackOverflow中文版 Android application.
I\'m using Robotium to do some simple UI tasks on my unit testing project. I noticed Solo being significantly slower, I dont kn开发者_如何转开发ow why. I\'m new to it.
I\'m using robotium for testing and I\'m running into a bunch of timing issues that are making it difficult for me to know when an activity (or view) is done loading. As a result the tests I\'m writin