Most voted "nunit" questions
3 questions
Sort by count of
-
0
votes1
answer139
viewsUnit tests with Nunit in function with Jsonresult type return
I’m trying to do unit testing in the following function (there are more ifs, but I believe this is enough to illustrate), using Nunit. The problem is that I am unable to treat the return of the…
-
0
votes1
answer96
viewsNunit error log repeating exceptions - Multiple failures or warnings in test
I am using Nunit to run test scripts with Selenium Webdriver in C# (Visual Studio). The project uses the template Console Application. When running, the project displays a console (prompt) where I…
-
-2
votes1
answer44
viewsError running Nunit test routine by command prompt
The following error is shown when executing the command: NUnit.Engine.NUnitEngineException : The path specified in --result TestResult.xml could not be written to ---->…