Tag ‘testing’

iPhone OS 3.0 adoption rates: how many iPhone and iPod Touch users are upgrading?

Mauro Dalu

admob_iphone_os3_adoption_rate1During the WWDC keynote, Apple stated that more then 40 million iPhone OS devices are around, which obviously includes the iPhone and iPod touch.  Of those 40+ million devices, according to Apple’s announcement dated June 22, six million had the new OS installed within the first week after its release. That is about a 15 percent iPhone OS 3.0 adoption rate in one week.

But how many of those are iPhones and how many are iPods Touch?
As always, we miss the official data from Apple… and that alone tells the story.

The same day, AdMob, the mobile advertisement platform, released their own OS 3 adoption rate statistics showing a rather less optimistic big picture of the market. The facts suggest that most iPhone users are installing the OS 3.0 as soon as they find the time to follow the process, while iPod Touch users are upgrading only when they are strictly required in order to continue using their device or their favorite Apps.

Continue reading

Using cucumber and webrat for remote web testing

Cucumber and webrat serve as a powerful combination of tools for testing your web applications, but in its most common mode webrat can only test your application locally. Is it possible, you may ask, to use webrat to test a remote web site? The answer is yes, with a little tweaking. Webrat has a configuration option that tells it to use mechanize (a screen-scraping tool for ruby) instead of the built-in rails view testing system.

Continue reading