story
The other thing is testing if some CSS is acting up in a specific Browser/Browserversion/OS/Screensize/Phone combination; that is probably a job for QA.
https://www.browserling.com/browse/win/7/ie/11/https%3A%2F%2...
Standard VirtualBox is either bridged or NAT, never had a problem there.
> and then trying to update itself with another multi-gigabyte windows update
Now THAT one is a real problem. MS to this day didn't bother to release a Service Pack 2 for W7.
I appreciate that they have these, but it's a real annoying hoop to jump through, and I've long suspected the hope is you'll just have your company buy a cheap windows box for testing.
I can test the other browsers without doing this dance.
I'm a web developer with an Android smartphone and Ubuntu as my main OS, Windows as my secondary.
My primary means of testing on iOS/Safari is to be very careful about which features I target by checking caniuse.com and the JS compatibility list. And that doesn't protect you against iOS randomly doing something stupid like pretending to give you access to localStorage in private browsing mode but actually write everything to /dev/null instead.
Luckily Safari has one fourth the userbase so it's a little easier to ignore them.
Microsoft could change the game by open sourcing Edge, but I guess the key goal is getting all that user data, not having the best browser. (But, Google manages to get all the user data and have a mostly open source browser that people unbelievably have a lot of positive feelings about.)
Then I stopped and none of my customers ever complained. Either nobody uses IE/Edge or the web applications I work on are too simple and render well in every browser on every OS.
Actually I remember a few complaints: somebody using IE7 (?) on Windows XP when it was already EOL (my customer decided not to support it), a bug of Safari we investigated and worked around (can't remember the details), something not working on Chrome because I tested on Firefox (my bad, one such a bug in 10 years.)
Am I sorry about the death of Edge? Not really. Safari next, but being Apple what it is, this is not going to happen. I wish we have only browsers that work across operating systems.
With Chrome/Firefox, I can test in any version, as well as the development versions. And I don't have to jump through any hoops to do it.