Running Coded UI test remotely

后端 未结 4 1800
天命终不由人
天命终不由人 2020-12-09 20:44

I have to run Coded UI test remotely on a VM. I am using Mstest.exe to execute the test cases. Now when i run it , through Windows scheduler , it fails because it need \"Act

4条回答
  •  感动是毒
    2020-12-09 21:03

    You need to do the following things:

    1) Set Auto Log On.

    2) Disable the screen saver.

    3) Disable all the thing that should disturb to the tests, for example: shutdown the windows update.

提交回复
热议问题