Popular Posts

Wednesday, 23 February 2011

Selenium 2 testing with iPhone - Part6

Part 6 of the guide covers working with Android which is very similar to the iPhone setup.


Working with Android:

• Use Update Manager feature of your Eclipse installation to install the latest revision of ADT on your development computer. Launch Eclipse environment.

Selenium 2 testing with iPhone - Part5

Testing of iPhone Simulator into Firefox mode with Selenium IDE

1. Download iphone add on for Firefox browser from here http://static.enzy.org/repository/iphone.xpi.

Selenium 2 testing with iPhone - Part4

Recording and playing back tests with FoneMonkey:

I have used a new project for recording/playing back tests with FoneMonkey, so if we follow the above set up “iPhone Application with iPhone”, then after final step we get the launched iPhone interface,

Selenium 2 testing with iPhone - Part3

Testing of iPhone application with FoneMonkey on MAC:

The iPhone does not yet allow installation of user-defined frameworks, so FoneMonkey is distributed as a static library along with the image files and nibs required by the FoneMonkey user interface. FoneMonkey.zip contains libFoneMonkey.a as well as a bunch of png and xib files.

Selenium 2 testing with iPhone - Part2

How to locally setup iphonedriver/webdriver under Selenium 2?

Working with Web Driver:
WebDriver uses a different underlying framework from Selenium’s javascript Selenium-Core. It also provides an alternative API with functionality not supported in Selenium-RC. WebDriver does not depend on a javascript core embedded within the browser, therefore it is able to avoid some long-running Selenium limitations.
WebDriver’s goal is to provide an API that establishes
• A well-designed standard programming interface for web-app testing.
• Improved consistency between browsers.
• Additional functionality addressing testing problems not well-supported in Selenium 1.0.

Tuesday, 1 February 2011

Related Posts Plugin for WordPress, Blogger...