it's tagged automation

Instruments User Guide: Automating UI Testing

Use the Automation instrument to automate user interface tests for your iOS app through test scripts that you write. These scripts simulate user actions by calling UI Automation, a JavaScript programming interface that specifies actions to be performed in your app as it runs. During the tests, the system returns log information to you.

https://developer.apple.com/library/mac/docume...

ios-driver

Test any IOS native, hybrid, or mobile web application using the Selenium / Webdriver API. IOS automation is as easy as automation for a browser, due to reuse of the well known API. You can reuse the helper classes from your web tests to i.e. create data, and follow the same design patterns you're used to (Page Object etc.).

http://ios-driver.github.io/ios-driver/

A headless browser as a service built on PhantomJS - BromBone

BromBone is the absolute easiest way to use a headless web browser. No installation, nothing to configure.

http://www.brombone.com/

detro/ghostdriver - github

Ghost Driver is a pure JavaScript implementation of the WebDriver Wire Protocol for PhantomJS. It's a Remote WebDriver that uses PhantomJS as back-end.

https://github.com/detro/ghostdriver

Speed Up Your Selenium Tests with PhantomJS - YouTube

In this talk we will discuss how to use PhantomJS as a backend for RemoteWebDriver. The main purpose is to speed up the execution of test scripts, getting rid of the _bloated heaviness_ of real web browsers, and substitute them with this lightweight headless browser that everyone is talking about.

http://www.youtube.com/watch?v=wqxkKIC2HDY

Headless testing with PhantomJS and Selenium WebDriver

PhantomJS is a headless WebKit solution which is very fast, it does not suffer from slow browser startup times or other issues you might encounter with browsers. Together with Ivan De Marino’s GhostDriver, we can now run Selenium WebDriver tests with PhantomJS.

http://blog.testingbot.com/2012/11/30/phantomj...

Create Robust Selenium Tests With PageObjects

The Page Object Pattern is a strong and efficient way to create, maintain and reuse test scripts for testing Web applications. PageObjects bring object oriented programming to test scripts.

http://www.pushtotest.com/create-robust-seleni...

Selenium, You Are Doing It Wrong

Adam Goucher and Frank Cohen discuss Selenium adoption in the enterprise: Selenium best practices, Selenium infrastructure, and the evolution of Selenium IDE and RC. Adam demonstrates what teams are doing wrong when it comes to using Selenium for browser automation.

http://www.pushtotest.com/selenium-you-are-doi...

Testing the Mobile (and Desktop) Web with Selenium 2.0 - Better, Faster, and mor...

WebDriver aims to natively drive each browser the best way possible for maximum capability, then hiding those differences between lower level C and C++ APIs, and finally exposing the functionality through the appropriate C/C++ mechanism for each target language, such as using ctypes for Python. With WebDriver's technical approach, anything a user can do is now possible in test automation code.

http://pyvideo.org/video/373/pycon-2011--testi...