It is very uncomfortably to run UI tests in parallel with other work. It shows browser window over you working window, steals focus moves the mouse, and you can affect test results by closing one of the testing windows.
The way out – is to use “Desktops” tool from SysInternals. Now you can run tests in one desktop and work in another:
This is also good option for creation of Selenium Grid cluster with developer computers as remote control runners. Tests do not load memory and processor, but they simply obstruct work by interfering with desktop. “Desktops” tool can resolve this problem and allow you to create big and cheap Selenium Grid cluster.
0 comments:
Post a Comment