Live data from Hacker News

Cross-Browser Testing Tool Will Rock Your Socks Off

browserstack.com

1–10 of 35 posts

Re: Cross-Browser Testing Tool Will Rock Your Socks Off

#4
It's funny, the only use I see for this is IE testing, since everything else I can install the latest version of on my Mac, and the differences between versions are pretty small (and if you can support IE's lack of HTML5 functionality you can certainly do the same for FF3).

Still, solid UI and product, and will be handy for the quick IE spot-checks that I should be doing more of :).

Re: Cross-Browser Testing Tool Will Rock Your Socks Off

#6
One thing I never quite understood about online testing tools like browserstack and saucelabs is how to reset server state.

Most webapps have some kind of datastore. Poking around a web ui will CRUD records in that datastore, possibly corrupting the next test. Another problem with this is coupling between tests, making them hard to modify without breaking a bunch of others.

Most automated test setups I have seen run on a local machine, and all server state is reset between each test.

How is this done on browserstack/saucelabs?

Re: Cross-Browser Testing Tool Will Rock Your Socks Off

#7
post #4

It's funny, the only use I see for this is IE testing, since everything else I can install the latest version of on my Mac, and the differences between versions are pretty small (and if you can support IE's lack of HTML5 functionality you can certainly do the same for FF3). Still, solid UI and product, and will be handy for the quick IE spot-checks that I should be doing more of :).

What about testing on Windows?

Re: Cross-Browser Testing Tool Will Rock Your Socks Off

#8
post #7
post #4

It's funny, the only use I see for this is IE testing, since everything else I can install the latest version of on my Mac, and the differences between versions are pretty small (and if you can support IE's lack of HTML5 functionality you can certainly do the same for FF3). Still, solid UI and product, and will be handy for the quick IE spot-checks that I should be doing more of :).

What about testing on Windows?

With the exception of fonts there should be virtually 0 rendering differences between osx and windows versions of the same browser.
Post reply on HN