You cannot post messages because only members can post, and you are not currently a member.
Description:
This is the primary group for discussions about usage of NUnit,
its overall direction, development, design and proposed new features.
|
|
|
Command line installation of NUnit to ALL users of Computer
|
| |
Is there a command line switch to all installation of NUNIT to all
users of a computer. I am using the following command line
Start/Wait msiexec /package %Source%\NUnit\NUnit-2.6.0.120 51.msi /
passive /norestart /lv %SystemDrive%\Install_logs
\NUnit-2.6.0.12051.log
Where source is the location of the installer.... more »
|
|
Thanks Charlie
|
| |
Thank you Charlie and contributors for all your efforts making the NUnit test environment a great experience for all.
Best regards,
Michael Powell
|
|
Results.xml
|
| |
Seems like this should be possible, but I'm having trouble figuring
out how to do this.
Is it possible for the results.xml file to do an update on the results
rather than deleting/replacing the file. I'd like to be able to run 5
tests, then rerun 1 test and maintain the results of the other 4... more »
|
|
Problem with nunit.org
|
| |
Heya,
I used nunit around 5 years ago to build a test harness for some
client/server software. I'm in a similar situation and would like to
do so again but UI haven't been able to access [link] for the
last couple of days from a number of different sites.
Is it just me or is there an issue with the web server.... more »
|
|
use nunit addin in custom dir? (feature request?)
|
| |
Hello,
For several reasons (use custom addin per project ; not admin -> no
write right on program files\nunit\addins; ...), I would like to be
able to specify, either in the nunit command line or in my .nunit
project file, which extra addin(s) nunit should use in addition to
those in program files\nunit\addins. Is that possible currently? Else,... more »
|
|
Stop doesn't
|
| |
2.5.8.10295, .net 2.0. I'm running a single test, a TCP client function. it sends data to a server, calls ReadByte. Then I press the Stop button on NUnit. Instead of aborting the test, it just makes the Stop button grey, and the client test is still waiting for input. Help? Alan Baljeu
|
|
Having trouble getting started with the nUnit Runner GUI
|
| |
Hi Everyone, I'm trying to get started with nUnit. I've written some tests and loaded them into the Runner GUI, but I'm getting a System.BadImageFormatException when I try to run the tests. IN VS, the DLL that holds my tests is dependent on an EXE in another project. I've even added a copy of the exe... more »
|
|
Test case run order
|
| |
I went through posts concerning test execution order, but didn't find
info if there is already some feature implemented. The discussion
seems to have been going on for at least a couple of years now.
I am working with Selenium WebDriver end-to-end UI test cases written
in C#, which are run using NUnit framework. (Not unit cases as such)... more »
|
|
|