Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Mobile Test Automation

mjvdende
September 16, 2014

Mobile Test Automation

About mobile test automation infrastructure presented during the "Mobile Testing" meetup @ING

mjvdende

September 16, 2014
Tweet

More Decks by mjvdende

Other Decks in Technology

Transcript

  1. Who Am I @mjvdende - 7 years experience in testing

    websites, soap, rest, payments processing -  Transport, logistics, financial, Search -  Worked for Oracle, NS, ABNAMRO, ING -  Works for Xebia
  2. Mobile testing •  Many different platforms, OS versions and Hardware

    configurations •  Devices with limited memory and processing capability •  Limited battery life •  Network connectivity •  Application stores •  Test Automation
  3. Focus on •  Usability •  Mobile characteristics •  Interactions • 

    Performance •  Data usage •  Security •  Battery life
  4. Frameworks Source: O. STAROV, S. VILKOMIR East Carolina University, NC,

    USA CLOUD SERVICES AND TOOLS FOR MOBILE TESTING
  5. Demo Start local chrome browser grunt protractor:test --baseUrl http://localhost !

    Start Android test VM protractor protractor.conf.js --baseUrl http://10.0.3.2 --seleniumAddress http:// 127.0.0.1:4723/wd/hub --capabilities.platformName Android -- capabilities.platformVersion 4.4 --capabilities.deviceName android! Start Android test real device protractor protractor.conf.js--baseUrl http://192.168.2.1 --seleniumAddress http:// 127.0.0.1:4723/wd/hub --capabilities.platformName Android -- capabilities.platformVersion 4.4 --capabilities.deviceName android!