Ad-Hoc Cross platform/browser testing using Browserstack 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---
11
12[![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgJW4ykpRXBwbawKcLftxvzcUBaEtTg3vDKJSPpEYbH9e4ev_orKGbvEOaC_hln5sY0j-vXuCBTaog2P5i8l1hTgK2Im9DCRGmNc4mt9EiIMF4WdRNCR2rXGrEruZqXW07aPdvMn-zhGHM/s1600/browserstack_os.png)](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)](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5-qGwRhcN9n8bPuZp7ctpNxWqMvLNKdIlK-cS4O0bsbMJTtcRpAOTz0PVzq_ZSqqOYNfvDIbC1OIEeUdZteJvbpJWbHT5Qx8oeiPS9y8p6lGFLo616yV2dxoY6-H5Bs4pGNPY0UbcMsQ/s1600/browserstack_browser.png)
14
15[![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhmekIZlV-DYuMxtjYg-6ctYgT2iGC7OXjdKyYTF-Jdae_2RH503-tLop8mqhVth7P5jKkk3n0dWxNP8FjLlUpcLLzGsTm43EVLafGiXUmhc6HoWWWywzQQx9PG2kYCcGh9momuoLPxtgo/s1600/browserstack_ios.png)](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhmekIZlV-DYuMxtjYg-6ctYgT2iGC7OXjdKyYTF-Jdae_2RH503-tLop8mqhVth7P5jKkk3n0dWxNP8FjLlUpcLLzGsTm43EVLafGiXUmhc6HoWWWywzQQx9PG2kYCcGh9momuoLPxtgo/s1600/browserstack_ios.png)
16
17I'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.
18
19I 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).
20
21It'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.
22
23It 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).
24
25Cool 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).
26
27Anyways - 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/)
28
29For automated testing (and integration with CI tools) - SauceLabs looks like a great option. [https://saucelabs.com/](https://saucelabs.com/)
30
31For 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/)
32
33
34