honeynet / droidbot

A lightweight test input generator for Android. Similar to Monkey, but with more intelligence and cool features!
MIT License
791 stars 230 forks source link

hybrid app test #135

Closed Gunkkk closed 2 years ago

Gunkkk commented 2 years ago

Since the accessibility for hybrid app can not always work, it is hard for Droidbot to test a hybrid app. Is there any update schdule for that?

yuanchun-li commented 2 years ago

Thanks for asking. Hybrid apps are indeed difficult for the current version of DroidBot. We have a -cv command line option that will extract UI elements from the screenshots using computer vision techniques, but it is currently very elementary. We plan to use deep learning to enhance the vision-based testing strategy, but we don't have a schedule yet.

Gunkkk commented 2 years ago

that

Thank you for your reply. I think the vision-based case generation will be a good solution and it seems that there is no related work yet. Looking forward to your work.