How to Schedule Selenium Web Drivers Tests in C#
问题 In my development project, We implemented regression test cases using selenium webdriver using c#. I would like to schedule of Regression tests once in a day. Tools used shows below. Selenium Webdriver on C# Visual Studio 2017 NUnit test framework Please suggest any other solution. Thanks in advance. 回答1: Use task scheduler; Create a batch file with the command to execute the tests (e.g ..\nunit.exe ..\seleniumTests.cs) Open 'Task Scheduler' Create a task with the time/frequency as the