简体   繁体   中英

How can i select text input in android avd command line?

I have to QA an inventory app that contains a number of forms . But I don't want to do monkey testing ie fill the form each time etc. I want to automate that process. So i auto select the field (input) and past text to that field and then select next filed in the form. I know that we can pass the text to selected input via adb shell input text 'your text goes here !!!'

在此处输入图片说明

AndroidViewClient/culebra simplifies the way you can create tests or scripts to achieve the automation you are looking for.

Most of the methods will eventually generate the same commands you send via adb .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM