TestStack / White

DEPRECATED - no longer actively maintained
Other
1.02k stars 485 forks source link

TestStack.White with Windows TaskScheduler Continuous Integration #665

Open santhosh-net opened 4 years ago

santhosh-net commented 4 years ago

Hi,

I have a requirement like, I want to integrate TesStack.White Test cases with Windows Task Scheduler. I have done that. I am running my scripts using nunit-console.exe from batch mode. Here the problem is, when i use "Run when the user is logged on", Test cases are executing properly. But when i choose "Run whether user is logged on or not" then test cases are failing. Stating that controls are not finding.

Please give me a solution.