Tagged Questions

2
votes
2answers
1k views

Regularly invoking an interactive process (WatiN tests) via Task Scheduler

I'm using a suite of WatiN tests driving IE to do some periodic sanity checking for the purposes of monitoring a site. The suite works fine when I invoke it interactively and/or when I configure the ...
0
votes
1answer
76 views

Multiple IE windows open up for a Watin based exe scheduled through Windows Scheduler

I have developed an application using watin to test a website. I run the job every 15 minutes, and as long as I was running this with an admin account on the Windows 2008 server, there were no issues. ...