robotium
Do you know any dynamic instrumentation tool for Android with multi-device support (ideally in Python or Jython)?
For my CI infrastrucure I need to automatically deploy and run complex tests between two (or more) android phones from a controler machine (linux).[详细]
2023-04-06 17:12 分类:问答why [<supports-screens android:anyDensity="true"/>] should be set for robotium explicitly?
As it said in this QnA some functions in robotium required anyDensity to be set as true in the AndroidManifest.xml file.[详细]
2023-04-06 10:34 分类:问答Problem with Robotium.clickOnMenuItem()
When I make this call to Robotium: solo.clickOnMenuItem(\"Sync\"); sometimes I get the famous error trace:[详细]
2023-04-05 20:14 分类:问答How to retrieve view id from application compiled and obfuscated by proguard?
I\'m writing tests for application that is compiled and obfuscated. Currently to access View I use Id form /res/values/public.xml[详细]
2023-04-05 06:46 分类:问答record and run option in android robotium [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-04-01 21:24 分类:问答Robotium: how to use clickOnButton(<name>) for custom buttons
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[详细]
2023-03-31 22:59 分类:问答robotium testing wait time between each clicks
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[详细]
2023-03-31 06:54 分类:问答How to get the zoom level of a mapview in Android when writing the test cases using solo in Robotium
I amworking on Robotium to perform an automation test an开发者_StackOverflow中文版 Android application.[详细]
2023-03-29 22:38 分类:问答Why is Robotium slower when perfoming simple UI tasks in comparison with Android native code?
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.[详细]
2023-03-28 10:56 分类:问答Event based testing for android
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[详细]
2023-03-27 17:54 分类:问答
加载中,请稍侯......