Tagged Questions
0
votes
0answers
34 views
NCover fails at 'Configuring Profiler', what could be wrong?
I am using Cruise Control with Nant, Nunit, NCover 1.5.8.
The build works fine if I remove NCover.
But when I include that, the CruiseControl build log halts at following message and then finally ...
1
vote
1answer
181 views
How can I let CruiseControl.NET/nant run all Unittest projects postfixed with .Test?
In our continuous integration setup, I would like to set up CruisControl.NET to automatically run all our unittests. However, I don't want to have to specify every unittest dll seperately in the ...
1
vote
2answers
136 views
OpenCover Can't find file location
I'm trying run a build args against open cover but I can't find the file location since there are spaces in the location itself
<executable>C:\Program Files ...
3
votes
1answer
116 views
Adding Unit tests for Cruise Control
I'm trying to add my nunit tests to my cruisecontrol ccnet.config when build is forced on the dashboard, it opens up Nunit on my machine and gives me an error saying error in command line, where am i ...
1
vote
1answer
140 views
How to configure NUnit in CruiseControl.NET with Copy Local = false
I am in the process of configuring my company's build server (running CruiseControl.NET) to run NUnit tests. To improve build time by reducing file IO, the build is setup to turn Copy Local off using ...
0
votes
1answer
217 views
Chain psexec and nunit is not working (psexec exit with code 1 and nunit is crashed)
Sorry for unclear subject but i really don't understand where problem.
I use a system for autotests c#+webdriver for chrome + nunit (2.6) + cc.net ( 1.6.7981.1)
And my tests is run on remote machine ...
1
vote
1answer
122 views
MSBuild Should not fail even if one specific NUnit test fail
I have integrated continuous build process with Cruise Control. At the EOD, it generates a build report. If any NUnit test cases fail, then the build fails. We have written one specific test case and ...
5
votes
2answers
230 views
run build on cc.net if definite words are included to a commit log
I have system of:
svn - control version
cc.net - as ci server
msbuild - as a build system
nunit - for launch test
webdriver - for web-testing.
Now my tests are run automatically after each ...
0
votes
1answer
109 views
Start test by cc.net on remote machine
folks!
I am a newbie for cc.net tool. And i have got problem.I use a chain c#+webdriver for chrome + nunit (2.6) + cc.net ( 1.6.7981.1).I want run my test tasks on remote machine (no cc.net server ...
4
votes
2answers
228 views
Determining currently executing test case by Nunit
I am using Cruisecontrol for building code and executing ~200 test cases.
Sometimes the build gets hung due to some of the test cases and I am not able to determine which test case it is.
Is it ...
1
vote
1answer
510 views
Continue Rake after failure
I'm running rake to automate my build process inside of CCNet. I use it to start IIS Express, then run Nunit, and then shutdown the server after Nunit has finished. The problem is that every time ...
2
votes
1answer
203 views
Putting Console Output from NUnit tests into the xml results
Our build process runs a series of integration tests that hit a web service. Each of these tests generates a unique identifier that is used by the web services to match log messages to service calls. ...
3
votes
3answers
395 views
CC.NET: parallelize NUnit tests
We have 3 DLL of unit tests that take 1 hour to execute (30, 20 and 10 minutes each). Ran simultaneously, it takes no much more than 30 min.
Do you know if it's possible, and how, to parallelize ...
2
votes
1answer
142 views
CC.Net Build Server — how to find the NUnit test that does not complete at all?
I have a test suite of ~ 1500 tests and they generally run and finish within 'reasonable time'.
Recently, however, I've changed parts of the code to use threads -- and now my builds fail from time to ...
3
votes
2answers
908 views
WatiN, NUnit and CruiseControl.NET— Error message 800704a6
When running a suite of tests in NUnit with WatiN through CruiseControl.NET (as a service), this error appears:
SetUp : System.Runtime.InteropServices.COMException :
Creating an instance of the COM ...
3
votes
2answers
624 views
Tests fail sporadically using CruiseControl.NET with NUnit: error 800704a6
My partner and I have a suite of tests running nightly on a build server for our project. We use CruiseControl.NET to run the server, and the tests are written using WatiN and NUnit. We have ...
2
votes
1answer
1k views
Execute a command-line command from CruiseControl.NET
I have this block of code in the CruiseControl.NET configuration:
<exec>
<executable>C:\Windows\System32\cmd.exe</executable>
<buildArgs>/C SETX SELENIUM_BROWSER ...
3
votes
1answer
2k views
CruiseControl.Net Web Dashboard not displaying results
Having problems displaying the results in CruiseControl.net web dashboard.
I've built a config file which kicks off a build of the project. It then runs nunit over my tests, they execute and finish ...
2
votes
3answers
2k views
CruiseControl.Net and NUnit - tests finish, but task doesn't?
I've got a CruiseControl.Net setup using Nant to clean the previous logs, and then it kicks off a msbuild of a VS project, finally running nunit-console to execute the tests.
It seems to build for a ...
0
votes
1answer
602 views
Cruise Control .NET, .NET 4.0, WS 2008 R2, NUnit seems to require COMPLUS_Version?
Trying to configure NUnit 2.5.8.10295 in Cruise Control.NET on Windows Server 2008 R2, .NET 4.0, my NUnit task times out, and nunit-agent.exe seems stuck running. It works fine from the command line.
...
3
votes
2answers
1k views
Displaying results of an NUnit run, CruiseControl.Net 1.5.7256.1
We recently upgraded CruiseControl.Net 1.4.2 to 1.5.7256.1. To our dismay the nice nunit results page that had previously been there had disappeared. All we get now is a build log with the verbose ...
4
votes
2answers
804 views
Displaying NUnit console output in CruiseControl.NET
I want to get the console output along with the regular test results in the CruiseControl.NET build log. I was able to get this before when running NUnit from MSBuild, but now only the results of the ...
0
votes
1answer
544 views
CruiseControl.Net, MSBuild and NUnit
The CruiseControl.Net documentation advises against using the NUnit task, suggesting instead that NUnit is called within the build script.
I'm trying to work out what is the best way to achieve this.
...
3
votes
3answers
983 views
JS Unit Testing on NUnit/NAnt
Maybe you know the simplest way of unit testing javascript functions (not UI like Selenium or WatiN) which can be automated (I prefer using NUnit, eventually NAnt) ?
I need to introduce an automated ...
0
votes
2answers
301 views
How to run NUnit integration tests on the target server
If you have NUnit integration tests that test access to the database, how do I run those tests on a build machine where the target database is on a different server.
It's almost like I want to run ...
0
votes
1answer
177 views
How to get NUnit information into CruiseControl.Net 1.5 after NCover has run NUnit?
I've installed NCover 3.4 on my CruiseControl 1.5 and after some tinking, I've got the coverage reports shown in my cleanly installed CC.
I can't see the test results however (and never could after ...
6
votes
2answers
418 views
CruiseControl.NET only shows one NUnit Assembly on NUnit Details page
I am using NUnit with CruiseControl.NET. I have many test projects and assemblies. When I run my tests, on the NUnit Details page, it only shows one assembly, but with all of the tests from all ...
39
votes
8answers
16k views
NUnit vs Visual Studio 2010's MSTest?
I realise that there are many older questions addressing the general question of NUnit v MSTest for versions of Visual Studio up to 2008 (such as this one).
Microsoft have a history of getting things ...
0
votes
1answer
138 views
How to avoid breaking build when committing Visual Studio Unit Tests in CruiseControl.Net
I'm having a problem when a project is committed to SVN, which in turn is automatically picked up by our newly set-up CruiseControl.NET server, the UnitTests are failing.
The unit tests are written ...
2
votes
3answers
744 views
Automatic testing with WinForms and NUnit
I'm using Cruise Control.NET and NAnt to automatically run NUnit tests on our code base. Some tests cause Windows forms to be shown. When these tests are run manually from VS or NUnit GUI, they work ...
4
votes
3answers
3k views
Merge NUnit and NAnt output in build report
I've just started using CruiseControl.NET and I'm having trouble understanding why the merging of NAnt and NUnit outputs are not working. I've setup my ccnet.config with typical values as found on ...
1
vote
3answers
3k views
Running NUnit task in CruiseControl.NET always throws errors
So I'm fairly new to cc.net but like it so far. I have SVN getting latest, MSBuild building but when it comes to running my unit tests, kablooey.
I tried the fixes suggested about fixing references ...
2
votes
1answer
687 views
Cruise Control.NET, NUnit integration
I currently have a code base which has NUnit tests organised into suites. We currently have a build task on our CC box which runs all of the tests in one CC project.
Is there a way we can configure ...
2
votes
4answers
2k views
Private Accessor don't build when using MSBuild
My build server uses MSBuild to build my application. Our unit tests require access to some private members for testing, so we use the built in private accessors. Visual Studio has no problem with ...
1
vote
1answer
692 views
Why isn't CruiseControl.NET emailing build and test results?
I'm using CruiseControl.NET with NUnit and NAnt. I'm trying to get CC.net to send out emails that contain the styled test results and build information. My config file looks like this:
...
3
votes
2answers
2k views
Why does my nant task fail on CruiseControl (can't find nunit)?
My nant script fails when I run it under cruise-control on (Windows Server 2003), but works fine when run on the console.
nant script (relevant section):
<target name="compile" depends="init">
...
1
vote
4answers
1k views
How to report the progress when NUnit tests crashes on a CruiseControl.NET server?
Nunit works quite well with CruiseControl.NET, but there is one thing that irritates me a lot.
If there is a test that causes Nunit to crash, I would only get little information about the crash ...
0
votes
1answer
105 views
IE hangs up during execution of Tests through cc.net
I am experiencing IE hangup since long. When I execute my tests through nunit directly, it works fine. but when I try to execute them through cc.net they seems to hangup at some point and without any ...
2
votes
3answers
2k views
Automated Publish of Developer work using cc.net
I want to build a developer build project and then needs to publish it to the server and After a successful publish need to build my test project against that developer publish. Basic idea is to run ...
0
votes
1answer
536 views
What is the Best Test Automation Approach for WatiN
I Studied both data-driven and keyword driven approaches. After reading, It seems data driven is better than keyword. For documentation purpose keyword sounds great. But it has many levels. I need ...
0
votes
1answer
1k views
TestFixtureSetUp failed occasionally while running through cc.net
I am running nightly builds using cc.net 1.4.2. I am also using nunit2.4.8. If I force the build manually it works fine but most of my nightly schduled builds fails saying testfixture setup failed. Is ...
1
vote
3answers
2k views
What is better approach to wait for elements on a page Waitforcomplete() or system.threading.thread.sleep()
I am Using WaitforComplete() in watiN but it doesnt seems to work well. As it executes the next statement even if you have given longer time to wait. I am using thread.sleep() to stop my application ...
1
vote
2answers
1k views
Getting This project doesn't have any tests error in cc.net
I am getting the following Warnings while running tests using cc.net
c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets (,): warning MSB3245: Could not resolve this reference. ...
1
vote
4answers
1k views
Process timeout without showing any error in test execution using cc.net
nunit tests fails when run through cc.net saying process timeout. Process has been killed
All works fine when through nUNit or VS.
Also cc.net will then show the results of previous build even if ...
3
votes
4answers
2k views
“Art of Test” for C# Automated Web Testing in CruiseControl.NET
We currently use SWEA (http://webiussoft.com) to run automated tests of the site during our CruiseControl.NET overnight builds.
We are looking for a more robust solution and we are looking at the ...
0
votes
1answer
1k views
Timeout while Internet Explorer busy
During execution of tests on ccnet server. Some of the tests fails saying Timeout while Internet Explorer busy and hangs the system and at the end show the old results-xml file in nunit results even I ...
0
votes
2answers
288 views
Process Kill during execution of Nunit tests
I have a test project that takes alot of time to test cases. I have configured cruisecontrol.net with Nunit, msbuild. Now if I run my project during the execution of Nunit it kills the process and ...
0
votes
2answers
2k views
Getting WatiN.Core.Exceptions.TimeoutException while running from CruieControl
I am getting WatiN.Core.Exceptions.TimeoutException:
Timeout while Internet Explorer busy error while executing my tests via CruiseControl.Net.
Any one have idea how to resolve this?
1
vote
1answer
4k views
error MSB1009: Project file does not exist on running fromCruiseControl
Following is my ccnet.config file, When running this file from ccnet webpage, it is giving me error MSB1009: Project file does not exist. ANy idea where I am doing wrong
...
1
vote
1answer
2k views
Configuring Cruise Control with NUnit and SVN
I am trying to configure Cruise Control with Nunit for reporting purpose. But I am unable to do this task. Any one can please help me how to configure the ccnet.config file for its configuration and ...