Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Free NCrunch alternative [closed]

Since NCrunch has left the free market, I was looking for a similar tool for code coverage marking, and continous testing like NCrunch

edit: I'm using VS2012

update:

I've been using ContinuousTest for a while now, it's OK, but I think it lacks feedback when I write code. The feedback is good when I write tests, but when I break a test (while editing source code) it won't tell me that the test broke (in the margin, like it does for NCrunch). So if anyone knows other tools, I'm still listening.

like image 625
Pacane Avatar asked Oct 30 '12 03:10

Pacane


People also ask

Is NCrunch free?

NCrunch comes with a 30 day evaluation license. Try for free before purchasing a license.

What is NCrunch?

NCrunch is a fully automated testing extension, engineered to make coding and testing a breeze. Forget about stopping to run your tests and let NCrunch do the work for you. Code and test at the speed you think!


2 Answers

NCrunch is a fantastic tool that I discovered while it was still in beta, as a developer I try to do my best to support people that are doing cool projects. If people were using NCrunch and liked it, I'd encourage you to purchase a license.

Stuff like that takes a lot of time to develop and less people will be creating the cool tools you love if people aren't willing to support it.

like image 132
Nick Avatar answered Sep 27 '22 21:09

Nick


From what I've read, most people are in the same boat and are moving to ContinuousTests. I do not think there is a perfect replacement... yet.

Here is a decent comparison between NCrunch and ContinuousTests

Update

Upon recent usage of ContinuousTests with VS2012 I have decided to uninstall. There was too much friction to get it running. I believe it needs an update to support VS2012 properly.

like image 31
Tony T Avatar answered Sep 27 '22 19:09

Tony T