I want to use the NeoloadSeleniumWrapper in Visual Studio (C#) for test design. The recording in Neoload works fine for a console application, if I pass the required program...
Thank you very much! This did the trick:
System.Environment.SetEnvironmentVariable("nl.selenium.proxy.mode", "Design");
Maybe you should consider to add this to the...
I want to use the NeoloadSeleniumWrapper in Visual Studio (C#) for test design. The recording in Neoload works fine for a console application, if I pass the required program...
The unit tests are started manually in the GUI of Visual Studio (Test -> Run -> etc.). This triggers mstest behind the scenes and represents the default way of unit test...