News Feed
Jobs Feed
Sections




News Archive
DZone.com:
Selenium on Android
April 18, 2012 @ 12:43:04

On DZone.com there's a recent post from Giorgio Sironi looking at running Selenium tests on the Android platform via the PHPUnit Selenium interface.

Testing web applications is not only based on unit and functional tests for the server-side (PHP, Java) and client-side (JavaScript) components, but also on end-to-end tests like the ones performed with Selenium. Selenium is capable of driving a real browser like Firefox in the same way a user would do, letting you express a test with a series of page to load, element selections, clicks and typed characters. [...] In this tutorial, we'll experiment with the Android Driver and set up a couple of tests to run inside an Android virtual device.

He walks you through the basic setup of an Android environment (based on the Android SDK) and how to start up the Android driver installed from the Selenium site. An example test is included, showing how to make a request for a test page and checking its title as well as checking that the input from the "keyboard" is successful.

0 comments voice your opinion now!
selenium android phpunit webdriver sdk


blog comments powered by Disqus

Similar Posts

Matthew Weier O'Phinney's Blog: Setting up your Zend_Test test suites

Sebastian Bergmann's Blog: Article on PHPUnit at IBM DeveloperWorks

DZone.com: Selenium on Android

Brian Swan's Blog: How to Run PHP in Windows Azure

Sebastian Bergmann's Blog: RC2 Is The New RC1 (PHPUnit)


Community Events











Don't see your event here?
Let us know!


podcast symfony2 language phpunit rest database testing interview introduction zendframework2 framework functional usergroup community series release unittest conference opinion development

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework