Questions tagged [watirgrid]

WatirGrid allows for distributed testing across a grid network using Watir.

WatirGrid allows for distributed testing across a grid network using Watir. WatirGrid allows a local client to control remote Watir objects in parallel, hosted by providers on a grid network, via a central controller.

More Details

2 questions
0
votes
1 answer

Sample watirgrid script throwing error

Im trying to start implementing watirgrid so that i can run tests parallely.. this is the sample code i started to test require 'watirgrid' require 'pp' require 'pp' # Start a Controller controller = Controller.new controller.start # Start a…
0
votes
1 answer

Need to implement Watirgrid,

I want to implement watirgrid, but I'm not able to do that, every time I'm getting errors related with controller and provider starting process, Also all the example over internet, none of them are working. Could any one please help me to implement…
Gaurav Sharma
  • 349
  • 4
  • 13