Forum member

Jochen

5 posts

Posts by Jochen

  1. Setting up VM Nodes at runtime

    [quote=Remco;9753]You are always most welcome to post feature requests to [url=https://ncrunch.uservoice.com]uservoice[/url]. This would make excellent sense as a feature request, and I agree it would be a valuable feature. However, as developers we do often tend to oversimplify these sorts of p…

  2. Setting up VM Nodes at runtime

    Why would it require such a large change to the engine? I might be blissfully ignorant as to the complexity of this, but I imagined the following: If we could inject a blocking delegate on the host that returns a Boolean right before NCrunch sends the 'go' signal to a node that, we could implement …

  3. Setting up VM Nodes at runtime

    The problem with that is that the GUI automation framework (using TestStack.White) needs to run ON the VM in order for it to be able to inspect the UIA elements. That was the whole reason we want to use NCrunch, because we'd otherwise have to develop my our library that copied code from the host to…

  4. Setting up VM Nodes at runtime

    What I actually need to be able to do is to run some scripts on the host computer before and after each test run. At the moment I've hacked together a rather brittle way to enforce this by running the following script at the [TearDown] of my tests: "shutdown /r /t 5 /f" This will shut down and …

  5. Setting up VM Nodes at runtime

    Hi, I am looking to use NCrunch in a rather unusual way. At the moment, I have NCrunch setup with distributed processing to manually execute functional GUI tests on VirtualBox VM's. All these VM's are run locally, on my development laptop. Since I am manipulating all kinds of Windows services duri…