6 ms·
I know you! you're the guy that wants to take the good advice and use it elsewhere! ^5s
by dsc 16y ago
I know you! you're the guy that wants to take the good advice and use it elsewhere!
^5s
- kranner 16y agoOK, I'll bite. 'Code' for me, at the moment, is a web app in beta that needs functional and cross-browser UI testing. So until I script all flows into Selenium, twill, windmill or something else, and until I can figure out how to automate screenshots of all screens in the OSs and browsers I care about (http://stackvm.com http://stackvm.com ?), I have checklists, and I go through them manually. It helps that my web app's UI is short and sweet, but that's probably because I'm trying to avoid thinking about the combinatorial explosion it's hiding.
- steveklabnik 16y agoCheck out http://browsershots.org/ http://browsershots.org/
- kranner 16y agoThanks, I've used that before but I meant with cookies, etc.
- epall 16y agocheck out http://saucelabs.com/ http://saucelabs.com/! Write your scripts with Selenium RC, run them against any browser, and get screenshots of every important steup.
- kranner 16y agoThanks, I'll have a look.