Productivity
Testing
Automated testing can be broken into two parts from a process perspective. First, there is the creation of the test in which you record all of your actions and verifications for a particular scenario. Second, you execute your test on a frequent basis in order to find regressions in your application. In this blog I will demonstrate a simple option for scheduling your tests for execution using a built in feature of Windows. For WebUI Test Studio users that do not want to use Team Foundation Server to schedule test list executions there is a great alternative already built into ...