我正在使用Androidviewclient进行GUI的黑匣子测试,并且需要记录按钮的响应时间;例如,我需要知道从单击GUI上的" next“按钮到下一个屏幕出现需要多长时间。
发布于 2016-07-01 18:45:38
看看profileStart()和profileEnd() in common.py (https://github.com/dtmilano/AndroidViewClient/blob/master/src/com/dtmilano/android/common.py)。他们会为你提供分析这些案件的手段。
https://stackoverflow.com/questions/38130667
复制相似问题