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

Sebastian Bergmann's Blog: A Tool's Tale

ThinkPHP Blog: Practical Testing PHP Applications with Selenium

Mike Potter's Blog: Introduction to Adobe Flex Builder for PHP Developers

Sameer Borate's Blog: Test dependencies in PHPUnit 3.4

Sebastian Bergmann's Blog: PHPUnit Workshops in Australia


Community Events









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


example community api interview object unittest event opinion release code zendframework2 tool language composer testing podcast introduction framework development functional

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