Ad-Hoc Cross platform/browser testing using Browserstack Source
Markdown source
1---2title: 'Ad-Hoc Cross platform/browser testing using Browserstack'3date: '2013-06-12'4published_at: '2013-06-12T15:39:00.001+10:00'5tags: ['ad hoc testing', 'browserstack', 'cloud', 'development', 'mobile', 'software', 'testing', 'web']6author: 'Gavin Jackson'7excerpt: 'I''ve been doing a fair bit of cross platform testing lately (mostly ad-hoc). I was hitting a heap of problems with earlier versions of Internet Explorer, and needed a way of running up older browser i...'8updated_at: '2013-06-12T15:39:13.973+10:00'9legacy_url: 'http://www.gavinj.net/2013/06/ad-hoc-cross-platformbrowser-testing.html'10---1112[](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJW4ykpRXBwbawKcLftxvzcUBaEtTg3vDKJSPpEYbH9e4ev_orKGbvEOaC_hln5sY0j-vXuCBTaog2P5i8l1hTgK2Im9DCRGmNc4mt9EiIMF4WdRNCR2rXGrEruZqXW07aPdvMn-zhGHM/s1600/browserstack_os.png)13[](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5-qGwRhcN9n8bPuZp7ctpNxWqMvLNKdIlK-cS4O0bsbMJTtcRpAOTz0PVzq_ZSqqOYNfvDIbC1OIEeUdZteJvbpJWbHT5Qx8oeiPS9y8p6lGFLo616yV2dxoY6-H5Bs4pGNPY0UbcMsQ/s1600/browserstack_browser.png)1415[](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhmekIZlV-DYuMxtjYg-6ctYgT2iGC7OXjdKyYTF-Jdae_2RH503-tLop8mqhVth7P5jKkk3n0dWxNP8FjLlUpcLLzGsTm43EVLafGiXUmhc6HoWWWywzQQx9PG2kYCcGh9momuoLPxtgo/s1600/browserstack_ios.png)1617I've been doing a fair bit of cross platform testing lately (mostly ad-hoc). I was hitting a heap of problems with earlier versions of Internet Explorer, and needed a way of running up older browser instances in the cloud to test webapps.1819I started off using SauceLabs scout, but soon ran out of free minutes. I then started using Browserstack. For $19 per month I now have several hours of cross browser/platform testing (including testing responsive design on mobile).2021It's pretty easy to use - pick operating system, pick browser version, select URL to browse to, it loads your site into a browser running on a cloud hosted virtual machine, and you simply interact with it through your web browser.2223It has a very impressive range of platforms and browsers (all of the major ones are covered, including mobile platforms such as IOS and Android). It also fires the browsers up with the most common devtools installed (such as firebug, web developer toolbar etc).2425Cool thing is I can cancel and reactivate the subscription whenever we need it (which suits the size of the project that I am working on - and budget).2627Anyways - thought I would shout out into the ether and recommend Browserstack for ad-hoc cross browser/platform testing. [http://www.browserstack.com/](http://www.browserstack.com/)2829For automated testing (and integration with CI tools) - SauceLabs looks like a great option. [https://saucelabs.com/](https://saucelabs.com/)3031For cloud based web performance testing I have had great success with Browsermob (which is now called Neustar). [https://home.wpm.neustar.biz/](https://home.wpm.neustar.biz/)323334