Wednesday, May 18, 2011

Running Watir tests in parallell

If you want to speed up running your Watir tests, one easy way is to use PsExec. With this utility you can start browsers using different users.

To run a Ruby script using PsExec:

psexec.exe -w . -i -d -u <uname> -p <pwd> "myrubyscript.rb" 

No comments:

Post a Comment