monkey-testing

Android monkey test choose a specific activity

﹥>﹥吖頭↗ 提交于 2020-02-11 05:40:27
问题 I'm using the Android monkey test to test my android apps, it's works for my app, and is very cool. but I'd like to test an application activity in specific, how could i do that? today I'm testing all app with: $ adb shell monkey -p my.package -c android.intent.category.HOME -c android.intent.category.DEFAULT -v 500 -s "a random number" 回答1: With Android monkey test i cannot test a specific activity, but with Android monkey runner i can do python scripts to simulate a monkey test, so i did a

MonkeyTalk not recognizing UITextfield input event [closed]

天涯浪子 提交于 2019-12-23 05:31:04
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . I am using Monkeytalk v1.0.62 and its not recognizing textfield input event inside the UIAlertview. If I type any text inside the textfield, it shows nothing while recording or in playback. It seems like the monkeytalk wont recognize UITextfield input or does it? 回答1: To record text input in UIAlertView text