Forum member

avishnyakov

27 posts

Posts by avishnyakov

  1. NCrunch does not see tests

    Hi Remco, Thanks! Was our fault. Re-enabling NCrunch and re-building the whole solutions helped. Mostly, we found such "issues" once NCrunch was disabled. Now always checking if NCrunch is on and all seems to be good. Thanks again!

  2. NCrunch does not see tests

    Hello, Have 601 tests in tjhe VS solution, but NCrunch keeps teeling that there are 500-something tests, like 518. How to overcome that issue?

  3. Unattended installation for NCrunch GridNodeServer

    Does NCrunch GridNodeServer support unattended installation so that a new grid node provision process can be streamlined?

  4. Distributed processing - running same tests across grid nodes

    Sure, thanks for the answers, appreciate that. Well, originally that's a SharePoint related stuff. Just changes WinXP/Win7/Win8 to different versions of SharePoint, same-same. >>By far, the cleanest approach to cross-platform testing (from the side of NCrunch) would be to logically split the …

  5. Distributed processing - running same tests across grid nodes

    But yes, for the time being we can use T4/PowerShell or something to pre-generate node-based tests with RequiresCapability. That would work well, we put a few #ifdef or something, I see how it can work. Having said that, there is one things I missed to mention. There are two legacy environments…

  6. Distributed processing - running same tests across grid nodes

    Ouch, thanks for the fast reply. That's gonna be a big one, so have a coffee :) >>If I understand what you're asking for, the ideal feature to solve this would be one where the NCrunch engine is able to duplicate a test multiple times inside the queue, with each instance being applied to a diff…

  7. Distributed processing - running same tests across grid nodes

    Hello team, Is there any option to run a particular test or set of tests across predefined list of grid nodes? A bit of a context goes as this: For instance, we have a set of integration tests which have to be passed on WinXP, Win7, Win8 (etc here as there are at least N other possible confi…