I have used selenium IDE and created test cases. I have converted them to Nunit with C# and I started running testcases. How can I adjust speed of running test cases using either nunit interface or C# code. (In selenium ide interface, I could able to adjust speed so as to run test case slowly.)
Share
You could add a
TestFixtureSetupto eachTestFixture. The example below should run before each test and cause a 5 second wait: