2

I need to run a lengthy set of unit tests quite often each day, and as part of the tests, some windows pop up and are subsequently closed by the test script. Ideally, I'd like to continue working while the tests are running, so I'd need to stop the testing software from taking focus or opening a window in front of what I'm currently working on.

Is there a way to stop descendants of a certain process from taking focus when opening a window and from opening a window at the top of the z-order, or can I redirect the windows to another screen where they don't bother me?

4

1 回答 1

1

您可以创建另一个用户帐户,在当前用户帐户中运行测试,然后切换到另一个用户帐户来做您想做的事情。但是,如果您的 PC 的 GH 和 RAM 较低,那么我不建议您这样做。

于 2012-08-09T19:03:22.600 回答