Forum member

alexidsa

8 posts

Posts by alexidsa

  1. Ncrunch Build Server integration

    Hello! Here is my StackOverflow question: http://stackoverflow.com/questions/14936880/mstest-parallel-execution-on-teamcity I think N Crunch would be a great solution for quick test execution on build server. Is there any way to integrate NCrunch to TeamCity?

  2. Parallelization settings

    At some point I had problems with tests parallel execution as those tests used files and there were some locking conflicts (only in case of parallel execution). When I swithced to ContinuosTests (Mighty Moose) the problem gone as tests execution is parallelized only per assemlby in Mighty Moose. May…

  3. Running only impacted tests

    Thank you for detailed answer. I got your point. Just one thing I wanted to clarify: what do you mean by dynamic analysis. I kind of understand how static analysis could work here: we see a modified code, go throught the graph and find all tests which depend on it (of course, it is a simplified repr…

  4. Running only impacted tests

    Hm... I don't understand why you treat "run all tests" as a default behaviour. I don't get why we need to run all those unimpacted tests, in 99.999% it gives us nothing. Thank you for pointing out "run only impacted tests" engine mode, I didn't see it before (did this feature appear recently?). S…

  5. Is NCrunch build smart

    Thank you! Good to know. May be it would be reasonable to add this to "What else does NCrunch do" list.

  6. Running only impacted tests

    I have read Greg Young's feedback on NCrunch approach to run all (not only impacted) tests: http://codebetter.com/gregyoung/2012/02/28/risk-management-and-continuous-testing. According to my experience Greg is correct. While NCrunch parallelization is implemented in a great manner, at some point …

  7. Is NCrunch build smart

    MightyMoose guys have implemented some smart build system (for example, it doesn't rebuild dependencies if public interface has not changed). Does NCrunch do something like that?

  8. NCrunch Risk/Progress status as in NCrunch Tests

    It would be great to have status (building, how many tests are queued, etc.) in Risk/Progress panel