From: Phil Tomson Date: 2006-06-14T15:25:44+09:00 Subject: Re: Distributed scripting. On 6/13/06, Tanushree Bhoi wrote: > Hi, > I want something that can execute a number of different test scripts > simultaneously on networked computers,and can control the execution > of those tests scripts from single computer. > I wanted to know is there anything using ruby n watir so that test scripts > can be assigned to multiple computers.I think its a more a Watir question. > There used to be something called TaskMaster which I created for doing that very thing. However, I doubt it works with Ruby 1.8.x and it's been years since I even looked at it. But it did use drb to distribute tests to many different computers. Phil