|
|
|
|
|
by nirvdrum
5157 days ago
|
|
While I agree that supporting multiple browsers & devices is a PITA, we as an industry are still employing some mindnumbingly bad testing practices. There are a lot of solid testing products out there that ease the pain. Testing as a service has made cross-browser testing simple and cheap the way hosted services have for all sorts of other problems. Obviously I have a real interest in this, given I'm a Selenium dev and I started one of these testing as a service companies, but that really was a result of wanting to ease the pain. I highly recommend checking out Sauce Labs for functional testing and Mogotest (my aforementioned company) for render-level testing. Both beat the crap out of running a bunch of VMs and manually testing (although falling back to the VM to fix something may make sense). |
|