Developing for Safari on Windows

Question: how does one develop WebUI tests for Safari on a Windows machine? Writing the code is simple yes, but debugging or checking whether your code works, since the latest version of Safari is not available on Windows?

Is the only option developing on a Mac?

i think you will have to use remote execution to actualy test on safari from windows. e.g using browserstack.
to develop the test, just use whatever browser is available on your machine.
in thory, if an app is running fine on chrome, or firefox, should behave similar on other browsers too.
in practice … it may not. this makes the life of qa engineers fun :slight_smile:

1 Like