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.
Step by step useful guides, videos, code snippets and useful articles to get you upto speed with testing - Designed and managed by Time2test Limited, UK
Popular Posts
-
How to locally setup iphonedriver/webdriver under Selenium 2? Working with Web Driver: WebDriver uses a different underlying framework f...
-
Contents Selenium grid with examples Prerequisite Working with demo of selenium grid Nice example of Selenium Grid with Testng Nice Ex...
Wednesday, 23 February 2011
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.
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,
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.
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.
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
Selenium 2 testing with iPhone - Part1
Selenium 2 with iPhone - PART 1
The purpose of this blog guide is to give an interactive overview using step by step instructions and videos and code snippets on how you can perform iPhone automated testing with Selenium. The guide is split into 6 different parts.
What can you learn?
- PART 1 - How to setup the iPhone simulator on your local box?
- PART 2 - How to setup drivers like iphonedriver/webdriver under Selenium2.0?
- PART 3 - Testing of iPhone application with FoneMonkey on MAC
- PART 4 - Recording and playing back tests with FoneMonkey
- PART 5 - Testing of iPhone Simulator into Firefox mode with Selenium IDE
- PART 6 - How to set up Android in Eclipse IDE
Subscribe to:
Posts (Atom)