문제

I have a requirement to test multiple browsers for my UI framework. I am guessing that i can use VNC viewer to login to the VM which is windows based and then install all the below browsers in it.

  1. Chrome
  2. Firefox
  3. IE
  4. Safari

is this possible? sorry if this is a trivial question.

도움이 되었습니까?

해결책

Yes, of course it's possible. You will have no problem with Chrome and Firefox (which are cross-platform) and IE (which is for Windows). Safari will be tricky. From Wikipedia:

Safari 5.1.7, released on May 9, 2012, is the last version available for Windows.

So, you will need to either run an older version of Safari, or have a second VM which is running Mac OS.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top