Forum member
Jochen
5 posts
Posts by Jochen
-
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…
30 Jan 2017 09:14 UTC
-
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 …
30 Jan 2017 08:26 UTC
-
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…
28 Jan 2017 17:08 UTC
-
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 …
27 Jan 2017 15:35 UTC
-
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…
27 Jan 2017 11:07 UTC