My team and I are automating a windows based app using LeanFT C# as our framework. Currently, we have several tests that we can run locally however do not have a grid like solution in place. I know that with selenium, we can make use of the selenium grid - however since we are not automating a browser based app, this is out of the question.
What we need is a grid solution that would work for a windows app. My idea is to have multiple VMs store the app, and then have a grid that would poll each VM to see if it was free to run a test on, and then pass a test to it. This is pretty much how the selenium grid works for browsers.
So my question is, does leanFT have any support for something like this, or are we strictly locked in to running tests on a single local or remote machine. Also, is there a way to check for a test instance running? Maybe if atleast that is possible we can come up with an in house solution. Thanks!