Cross-Browser Testing Tool Will Rock Your Socks Off
11–20 of 35 posts
Re: Cross-Browser Testing Tool Will Rock Your Socks Off
#12One 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…
(not 100% sure about that, but I think Selenium mentioned that in the logging output)
Re: Cross-Browser Testing Tool Will Rock Your Socks Off
#13Re: Cross-Browser Testing Tool Will Rock Your Socks Off
#14One 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…
I think they just delete the user profile which is where browsers usually save their data. (not 100% sure about that, but I think Selenium mentioned that in the logging output)
Re: Cross-Browser Testing Tool Will Rock Your Socks Off
#15Earlier quoted context omitted.
I think they just delete the user profile which is where browsers usually save their data. (not 100% sure about that, but I think Selenium mentioned that in the logging output)
By datastore I meant server side database (SQL/NoSQL)
- redeploying it on a new e.g. EC2 instance
- clearing out the database and inserting your original blank state from an SQL dump
- clearing out the filesystem by e.g. using a git reset
p.s. you should try to have an automated deployment for your product. That way you could also just spin up a new EC2 instance -> deploy -> test -> kill instance
Re: Cross-Browser Testing Tool Will Rock Your Socks Off
#16Is it like http://browserling.com ? Can it handle httpauth?
Re: Cross-Browser Testing Tool Will Rock Your Socks Off
#17Re: Cross-Browser Testing Tool Will Rock Your Socks Off
#18I think it's too pricey. But maybe it's just me.
Re: Cross-Browser Testing Tool Will Rock Your Socks Off
#19Sadly doesn't seem to offer an option to do automated testing (such as a selenium endpoint).
Re: Cross-Browser Testing Tool Will Rock Your Socks Off
#20I would add a per-test pricing plan, which is useful when you need to do just a few tests while developing, rather than forking $19/month. 99c to test in 5 different browser/OS combinations would be cool.