Using iOS and Android in our manual testing tool follows the same process as any other browser, so let's focus on running automated tests in iOS and Android. The most exciting feature we are launching is support for iOS and Android in our cloud.
Using OS X in our manual testing tool is as easy as selecting 'Mac OS' and your preferred browser. 'name': 'Testing Selenium 1 in Python at Sauce'Īnd here's an example using WebDriver: import unittestĬlass Selenium2OnSauce(unittest.TestCase):ĭesired_capabilities = ĭesired_capabilities = 'firefox'ĭesired_capabilities = 'Mac 10.6'ĭesired_capabilities = 'Testing Selenium 2 in Python at Sauce' Here's a simple example for Selenium 1: from selenium import selenium Our cloud supports the most common browsers, so running tests in OS X is as easy as changing your Selenium 1 browser object or Selenium 2 desired capabilities to use OS X. To get started running tests on OS X, just modify the tests you already have.
Now, you can run tests on iOS and Android in Sauce's automated and manual testing tools. That's why we're proud to announce support for Mac OS X, iOS, and Android! If you're a developer and designing websites for mobile devices, it is increasingly important to test those sites on a mobile device. Here at Sauce Labs, we're always looking forward to the next big thing in testing.