문제

Is there any way to be able to fuzz test the UI portions of any application? Basically I just want to throw some random user input data (ie. press button, select tool, insert query into text box ...) to the app and see if it throws an error at some point.

Is this at all possible and can it be done on the Android SDK?

도움이 되었습니까?

해결책

As alextsc suggested in a comment, the UI/Application Exerciser Monkey does exactly what you want. It also gives you many options on logging.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top