android device labs

10
Android Device Labs RIIS LLC

Upload: godfrey-nolan

Post on 21-Jan-2018

271 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Android Device Labs

Android Device LabsRIIS LLC

Page 2: Android Device Labs

Build Your Own Test Lab• Great if you have lots of

phones knocking around

• Use a powered USB hub

• Connect one at a time

• Allow USB debugging

• adb devices

• Record / Write Espresso Tests

• ./gradlew connectedCheck

Page 3: Android Device Labs
Page 4: Android Device Labs

AWS Device Farm• What if you don’t have extra phones or tablets • Previously AppThwack • Runs Espresso Tests • Default 5 devices • Screenshots • Video output • Easy to see what failed

Page 5: Android Device Labs

Upload apk

Page 6: Android Device Labs

Upload androidTest apk

Page 7: Android Device Labs

Choose Devices

Page 8: Android Device Labs

Reporting

Page 9: Android Device Labs

Video :-)

Page 10: Android Device Labs

Android Device Labs

• Easy to set up

• Not perfect but good 80/20 solution

• Cheaper to build your own if you have devices

• Still quicker than emulators

• Automate in Jenkins