Forum Discussion

william_roe's avatar
william_roe
Super Contributor
8 years ago

Distributed Testing

Anyone out there using Distributed Testing. I stumbled across this tutorial and my curiosity is piqued. Our tests are becoming quite large and at some point we'll need this in order for our tests to finish within a 24 hour period so they can be run again the following day.

1 Reply

  • maximojo's avatar
    maximojo
    Frequent Contributor

    I have used them over the years. A bit tricky to setup but worth it once you get over the hump. There are also security issues, etc but there are step-by-step details on what to do in the help. You may have to disable/enable various permissions on the VMs, open ports through Windows firewall, etc. But like I said, definitely worth it.

     

    I would test against 17 languages and 29 currencies for 5 variants of a product over four VMs concurrently and, in this case, since the products were different skinned versions of basically the same thing, it shaved it down to a quarter of the time.

     

    There's also TestLeft which can do similar distributed testing but is more programmer-centric of course.