简体   繁体   中英

recording a android robotium automation test at a pcap file

I am writing a android robotium automation test, that gets a apk, and runs a test on the apk, by random clicking on views, and inserting random strings into EditText views. all this test runs a few minutes.

I need to record the all "events" in a pcap file. how to do it?

You can try LoadRunner Mobile Recorder. https://play.google.com/store/apps/details?id=com.hp.mobileRecorder

it will record a file *.lrcap file, which is actually a pcap file.

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