To continue my monkey question I am looking for a way to generate Web traffic on a device (not emulator) running Android. The unit under test is not the browser but lower communication layers of the device, so any way to generate simulated web traffic will suffice. I understand that selenium has an Android version- has anybody used it ?
Tell me more
×
Software Quality Assurance & Testing Stack Exchange is a question and answer site for
software quality control experts, automation engineers, and software testers. It's 100% free, no registration required.
|
|
I got at least 2 answers: 1. from command line, use adb: adb am start "http://http://sqa.stackexchange.com" 2. from the device itself use an sl4a script |
|||
|
|